Changeset 343
- Timestamp:
- Apr 2, 2021, 10:03:23 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Back.pas
r340 r343 74 74 end; 75 75 end else begin 76 WindowState := wsNormal; 77 WindowState := wsFullScreen; 76 if WindowState <> wsMaximized then begin 77 WindowState := wsNormal; 78 WindowState := wsFullScreen; 79 end; 78 80 WindowState := wsNormal; 79 81 BoundsRect := Bounds(StartDlg.Left - 8, StartDlg.Top - 8,
Note:
See TracChangeset
for help on using the changeset viewer.