mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
* Fixed mainwindow layout jumping around on startup.
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user