mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 20:30:33 +02:00
Qt5: fixed BringToFront() for TCustomForms. issue #34599
git-svn-id: trunk@59654 -
This commit is contained in:
parent
a30c598df1
commit
12ea17499a
@ -7059,6 +7059,9 @@ begin
|
||||
QMdiSubWindowH(Widget))
|
||||
else
|
||||
inherited Activate;
|
||||
{$IFDEF DARWIN}
|
||||
QWidget_raise(Widget);
|
||||
{$ENDIF}
|
||||
{$IFDEF HASX11}
|
||||
if (QtWidgetSet.WindowManagerName = 'xfwm4') and not IsMDIChild and
|
||||
QWidget_isModal(Widget) then
|
||||
|
Loading…
Reference in New Issue
Block a user