mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
Work around showNormal() being broken in Qt5.4.
This commit is contained in:
@@ -358,7 +358,9 @@ bringToFront()
|
||||
return;
|
||||
|
||||
// "Unminimize" first, otherwise the entry in the taskbar will only flash but the window won't come to front
|
||||
widget->windowHandle()->showNormal();
|
||||
widget->show();
|
||||
// widget->windowHandle()->showNormal(); // this is fucked: https://bugreports.qt.io/browse/QTBUG-31117
|
||||
|
||||
widget->windowHandle()->requestActivate();
|
||||
|
||||
#ifdef HAVE_X11
|
||||
|
Reference in New Issue
Block a user