1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-01-29 12:39:28 +01: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;
widget->show();
widget->activateWindow();
widget->raise();
}
#endif