Skip to content

Commit

Permalink
Removed unneccesary setting of BoundsRect after fullscreen in Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
torum committed Jan 12, 2025
1 parent bf20d06 commit 16f3b1e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file removed files/bin/executables/ImageViewer.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion src/umain.pas
Original file line number Diff line number Diff line change
Expand Up @@ -2419,7 +2419,7 @@ procedure TfrmMain.SetFullScreen_Universal(blnOn: boolean);
WindowState:= FOrigWndState;
if (FOrigWndState = wsNormal) then
begin
BoundsRect:= FOrigBounds;
//BoundsRect:= FOrigBounds; // Not needed. Resized to a wrong size.
end;
end;
end;
Expand Down

0 comments on commit 16f3b1e

Please sign in to comment.