Changeset 79 for trunk/UGame.pas


Ignore:
Timestamp:
Feb 11, 2021, 11:20:18 PM (3 years ago)
Author:
chronos
Message:
  • Added: Toggle full screen mode (F11) from View main menu.
  • Modified: Updated Common package files.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UGame.pas

    r73 r79  
    623623begin
    624624  MetaCanvas := TMetaCanvas.Create;
    625   MetaCanvas.SetSize(Point(Canvas.Width, Canvas.Height));
     625  MetaCanvas.Size := Point(Canvas.Width, Canvas.Height);
    626626
    627627  TopBarHeight := ScaleY(24, 96);
Note: See TracChangeset for help on using the changeset viewer.