Ignore:
Timestamp:
Apr 28, 2022, 10:46:44 PM (2 years ago)
Author:
chronos
Message:
  • Fixed: Incorrectly renamed function.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/CevoComponents/BaseWin.pas

    r431 r432  
    7171
    7272procedure CreateOffscreen(var Offscreen: TBitmap);
    73 function WindowModePersistent(Mode: TWindowMode): TWindowMode;
     73function WindowModeMakePersistent(Mode: TWindowMode): TWindowMode;
    7474procedure Register;
    7575
     
    144144  if Key = VK_F1 then begin
    145145    if Assigned(ShowNewContentProc) then
    146       ShowNewContentProc(WindowModePersistent(FWindowMode), HelpContext);
     146      ShowNewContentProc(WindowModeMakePersistent(FWindowMode), HelpContext);
    147147  end else
    148148  if FWindowMode = wmPersistent then begin
Note: See TracChangeset for help on using the changeset viewer.