mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 13:59:18 +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);
|
procedure TQtMainWindow.setShowInTaskBar(AValue: Boolean);
|
||||||
begin
|
begin
|
||||||
FShowOnTaskBar := AValue;
|
FShowOnTaskBar := AValue;
|
||||||
UpdateParent;
|
if not QWidget_isModal(Widget) then
|
||||||
|
UpdateParent;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TQtMainWindow.setPopupParent(APopupMode: TPopupMode; NewParent: QWidgetH);
|
procedure TQtMainWindow.setPopupParent(APopupMode: TPopupMode; NewParent: QWidgetH);
|
||||||
|
Loading…
Reference in New Issue
Block a user