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