mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-15 14:29:31 +02:00
Qt: fixed bad behaviour of popup windows under metacity window manager.
git-svn-id: trunk@41339 -
This commit is contained in:
parent
fceb85ee46
commit
c42a83beba
@ -421,7 +421,8 @@ begin
|
||||
|
||||
{$ifdef HASX11}
|
||||
if ((QtWidgetSet.WindowManagerName = 'kwin') and IsOldKDEInstallation) or
|
||||
(QtWidgetSet.WindowManagerName = 'xfwm4') then
|
||||
(QtWidgetSet.WindowManagerName = 'xfwm4') or
|
||||
(QtWidgetSet.WindowManagerName = 'metacity') then
|
||||
begin
|
||||
W := nil;
|
||||
ActiveWin := GetActiveWindow;
|
||||
|
Loading…
Reference in New Issue
Block a user