Changeset 349 for branches/highdpi/Back.pas
- Timestamp:
- Apr 6, 2021, 8:11:02 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/highdpi/Back.pas
r246 r349 74 74 end; 75 75 end else begin 76 if WindowState <> wsMaximized then begin 77 WindowState := wsNormal; 78 WindowState := wsFullScreen; 79 end; 76 80 WindowState := wsNormal; 77 81 BoundsRect := Bounds(StartDlg.Left - 8, StartDlg.Top - 8,
Note:
See TracChangeset
for help on using the changeset viewer.