mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 02:39:37 +02:00
Qt: fixed bug where modal form completely ignores forms Z-Order (eg. opening modal from non-modal form), introduced in r 24682 with SetTaskBarBehaviour
git-svn-id: trunk@24724 -
This commit is contained in:
parent
3d2e80c49c
commit
e783e90ae8
@ -4645,7 +4645,8 @@ end;
|
||||
procedure TQtMainWindow.setShowInTaskBar(AValue: Boolean);
|
||||
begin
|
||||
FShowOnTaskBar := AValue;
|
||||
UpdateParent;
|
||||
if not QWidget_isModal(Widget) then
|
||||
UpdateParent;
|
||||
end;
|
||||
|
||||
procedure TQtMainWindow.setPopupParent(APopupMode: TPopupMode; NewParent: QWidgetH);
|
||||
|
Loading…
Reference in New Issue
Block a user