Qt: fixed bad behaviour of popup windows under metacity window manager.

git-svn-id: trunk@41339 -
This commit is contained in:
zeljko 2013-05-21 13:38:53 +00:00
parent fceb85ee46
commit c42a83beba

View File

@ -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;