Ignore:
Timestamp:
Dec 17, 2023, 11:54:58 PM (5 months ago)
Author:
chronos
Message:
File:
1 edited

Legend:

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

    r471 r495  
    193193procedure TDrawDlg.VisibleChangedHandler(Sender: TObject);
    194194begin
     195  // LCL hides all StayOnTop forms during ShowModal.
     196  // Fix this to keep them visible.
     197  if (TFormStateType.fsModal in FormState) and Visible then
     198    Application.RemoveStayOnTop(True);
     199
    195200  MoveActive := False;
    196201
Note: See TracChangeset for help on using the changeset viewer.