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:
parent
4daae18cbe
commit
7ace093457
@ -359,6 +359,7 @@ bringToFront()
|
||||
return;
|
||||
|
||||
widget->show();
|
||||
widget->activateWindow();
|
||||
widget->raise();
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user