]> git.sur5r.net Git - minitube/commitdiff
Fixed window positioning issue when using the unified toolbar
author <> <>
Sun, 1 Aug 2010 13:11:03 +0000 (15:11 +0200)
committerFlavio <flavio@guodil.local>
Sun, 1 Aug 2010 13:11:03 +0000 (15:11 +0200)
src/MainWindow.cpp

index 5ab28aac94ff0b9cb26af358c8766e7d1038398a..59c09da482c789316117026e94c8f8c499fb43f0 100755 (executable)
@@ -51,9 +51,6 @@ MainWindow::MainWindow() :
     // mediaView init stuff thats needs actions
     mediaView->initialize();
 
-    // restore window position
-    readSettings();
-
     // cool toolbar on the Mac
     // this is too buggy to be enabled
     // setUnifiedTitleAndToolBarOnMac(true);
@@ -66,6 +63,9 @@ MainWindow::MainWindow() :
 
     setCentralWidget(views);
 
+    // restore window position
+    readSettings();
+
     // Global shortcuts
     GlobalShortcuts &shortcuts = GlobalShortcuts::instance();
 #ifdef Q_WS_X11