Ignore:
Timestamp:
Apr 6, 2021, 8:11:02 PM (3 years ago)
Author:
chronos
Message:
  • Modified: Merged trunk branch version r348 into highdpi branch.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/highdpi/Back.pas

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