mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-19 15:29:42 +01:00
At least request activation if qtx11extras isn't available
This commit is contained in:
parent
f3b1fa9402
commit
acee0b6a99
@ -364,6 +364,8 @@ bringToFront()
|
||||
|
||||
// "Unminimize" first, otherwise the entry in the taskbar will only flash but the window won't come to front
|
||||
widget->windowHandle()->showNormal();
|
||||
widget->windowHandle()->requestActivate();
|
||||
|
||||
|
||||
#ifdef HAVE_X11
|
||||
if ( QX11Info::isPlatformX11() ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user