diff --git a/files/bin/executables/ImageViewer.exe b/files/bin/executables/ImageViewer.exe deleted file mode 100644 index cac0f21..0000000 Binary files a/files/bin/executables/ImageViewer.exe and /dev/null differ diff --git a/src/umain.pas b/src/umain.pas index dea93ad..745982b 100644 --- a/src/umain.pas +++ b/src/umain.pas @@ -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;