mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-21 16:29:43 +01:00
* Fixed mainwindow layout jumping around on startup.
This commit is contained in:
parent
37f7521d5c
commit
3e60adfe37
@ -139,7 +139,7 @@ TomahawkWindow::loadSettings()
|
||||
// http://lists.qt.nokia.com/pipermail/qt-interest/2009-August/011491.html
|
||||
// for the 'fix'
|
||||
#ifdef QT_MAC_USE_COCOA
|
||||
bool workaround = !isVisible();
|
||||
bool workaround = isVisible();
|
||||
if ( workaround )
|
||||
{
|
||||
// make "invisible"
|
||||
|
Loading…
x
Reference in New Issue
Block a user