1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 06:07:37 +02:00

Fix bringToFront for 'something weird' window managers

This commit is contained in:
Uwe L. Korn
2014-11-08 18:48:13 +01:00
parent 4daae18cbe
commit 7ace093457

View File

@@ -359,6 +359,7 @@ bringToFront()
return; return;
widget->show(); widget->show();
widget->activateWindow();
widget->raise(); widget->raise();
} }
#endif #endif