Changeset 254
- Timestamp:
- Sep 22, 2018, 11:13:50 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UCore.pas
r253 r254 285 285 FormMain.WindowState := wsFullScreen; 286 286 end; 287 {$IFDEF WINDOWS} 287 288 FormMain.BorderStyle := bsSizeable; 289 {$ENDIF} 288 290 FormMain.WindowState := OldWindowState; 289 291 InFullScreenMode := False; 290 292 end else begin 291 293 OldWindowState := FormMain.WindowState; 294 {$IFDEF WINDOWS} 292 295 FormMain.BorderStyle := bsNone; 296 {$ENDIF} 293 297 FormMain.WindowState := wsFullScreen; 294 298 InFullScreenMode := True;
Note:
See TracChangeset
for help on using the changeset viewer.