Changeset 253 for trunk/UCore.pas


Ignore:
Timestamp:
Sep 22, 2018, 11:11:38 PM (6 years ago)
Author:
chronos
Message:
  • Modified: Version 1.3.0 related changes.
  • Fixed: Fullscreen mode under Windows.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UCore.pas

    r250 r253  
    285285      FormMain.WindowState := wsFullScreen;
    286286    end;
     287    FormMain.BorderStyle := bsSizeable;
    287288    FormMain.WindowState := OldWindowState;
    288289    InFullScreenMode := False;
    289290  end else begin
    290291    OldWindowState := FormMain.WindowState;
     292    FormMain.BorderStyle := bsNone;
    291293    FormMain.WindowState := wsFullScreen;
    292294    InFullScreenMode := True;
Note: See TracChangeset for help on using the changeset viewer.