Skip to content

Commit 16f3b1e

Browse files
committed
Removed unneccesary setting of BoundsRect after fullscreen in Linux
1 parent bf20d06 commit 16f3b1e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
-3.07 MB
Binary file not shown.

src/umain.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2419,7 +2419,7 @@ procedure TfrmMain.SetFullScreen_Universal(blnOn: boolean);
24192419
WindowState:= FOrigWndState;
24202420
if (FOrigWndState = wsNormal) then
24212421
begin
2422-
BoundsRect:= FOrigBounds;
2422+
//BoundsRect:= FOrigBounds; // Not needed. Resized to a wrong size.
24232423
end;
24242424
end;
24252425
end;

0 commit comments

Comments
 (0)