mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 13:47:26 +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
|
// http://lists.qt.nokia.com/pipermail/qt-interest/2009-August/011491.html
|
||||||
// for the 'fix'
|
// for the 'fix'
|
||||||
#ifdef QT_MAC_USE_COCOA
|
#ifdef QT_MAC_USE_COCOA
|
||||||
bool workaround = !isVisible();
|
bool workaround = isVisible();
|
||||||
if ( workaround )
|
if ( workaround )
|
||||||
{
|
{
|
||||||
// make "invisible"
|
// make "invisible"
|
||||||
|
Reference in New Issue
Block a user