From de0e17ff79baf5ebba63990398dc0f18d89d1980 Mon Sep 17 00:00:00 2001 From: <> Date: Sun, 1 Aug 2010 15:11:03 +0200 Subject: [PATCH] Fixed window positioning issue when using the unified toolbar --- src/MainWindow.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp index 5ab28aa..59c09da 100755 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -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 -- 2.39.5