Changeset 253 for trunk/UCore.pas
- Timestamp:
- Sep 22, 2018, 11:11:38 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UCore.pas
r250 r253 285 285 FormMain.WindowState := wsFullScreen; 286 286 end; 287 FormMain.BorderStyle := bsSizeable; 287 288 FormMain.WindowState := OldWindowState; 288 289 InFullScreenMode := False; 289 290 end else begin 290 291 OldWindowState := FormMain.WindowState; 292 FormMain.BorderStyle := bsNone; 291 293 FormMain.WindowState := wsFullScreen; 292 294 InFullScreenMode := True;
Note:
See TracChangeset
for help on using the changeset viewer.