Changeset 343


Ignore:
Timestamp:
Apr 2, 2021, 10:03:23 PM (3 years ago)
Author:
chronos
Message:
  • Fixed: Not correctly set initial fullscreen mode for background.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Back.pas

    r340 r343  
    7474    end;
    7575  end else begin
    76     WindowState := wsNormal;
    77     WindowState := wsFullScreen;
     76    if WindowState <> wsMaximized then begin
     77      WindowState := wsNormal;
     78      WindowState := wsFullScreen;
     79    end;
    7880    WindowState := wsNormal;
    7981    BoundsRect := Bounds(StartDlg.Left - 8, StartDlg.Top - 8,
Note: See TracChangeset for help on using the changeset viewer.