Ignore:
Timestamp:
Dec 18, 2023, 10:47:05 PM (5 months ago)
Author:
chronos
Message:
  • Fixed: Correction of StayOnTop restore method workaround.
File:
1 edited

Legend:

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

    r495 r497  
    196196  // Fix this to keep them visible.
    197197  if (TFormStateType.fsModal in FormState) and Visible then
    198     Application.RemoveStayOnTop(True);
     198    Application.RestoreStayOnTop(True);
    199199
    200200  MoveActive := False;
Note: See TracChangeset for help on using the changeset viewer.