mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +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
|
||||
widget->windowHandle()->showNormal();
|
||||
widget->windowHandle()->requestActivate();
|
||||
|
||||
|
||||
#ifdef HAVE_X11
|
||||
if ( QX11Info::isPlatformX11() ) {
|
||||
|
Reference in New Issue
Block a user