1
0
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:
Dominik Schmidt 2015-02-05 16:50:47 +01:00
parent f3b1fa9402
commit acee0b6a99

View File

@ -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() ) {