Changeset 99 for trunk/Forms


Ignore:
Timestamp:
Jul 19, 2024, 11:05:07 PM (7 weeks ago)
Author:
chronos
Message:
  • Fixed: Full screen mode switching.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormMain.pas

    r91 r99  
    5858    MoveBuffer: array of TMoveDirection;
    5959    MoveBufferLock: TCriticalSection;
    60     FullScreen: Boolean;
    6160    procedure AddToMoveBuffer(Direction: TMoveDirection);
    6261    procedure ProcessMoveBuffer;
     
    253252begin
    254253  FullScreen := not FullScreen;
    255   Core.Core.PersistentForm1.Save(Self);
    256   Core.Core.PersistentForm1.SetFullScreen(FormMain.FullScreen);
     254  TFormEx.PersistentForm.Save(Self);
     255  TFormEx.PersistentForm.SetFullScreen(FormMain.FullScreen);
    257256  UpdateInterface;
    258257end;
Note: See TracChangeset for help on using the changeset viewer.