]> git.lyx.org Git - features.git/commitdiff
fix http://bugzilla.lyx.org/show_bug.cgi?id=4870
authorAbdelrazak Younes <younes@lyx.org>
Thu, 22 May 2008 15:20:43 +0000 (15:20 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Thu, 22 May 2008 15:20:43 +0000 (15:20 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24888 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiCharacter.cpp

index 28413250cf2e4a993778ed2eb1bde5cb1779372f..f2885b1fc102a7c3f7b2989ea406b6539911dde1 100644 (file)
@@ -176,13 +176,6 @@ GuiCharacter::GuiCharacter(GuiView & lv)
        connect(autoapplyCB, SIGNAL(stateChanged(int)), this,
                SLOT(change_adaptor()));
 
-#ifdef Q_WS_MACX
-       // On Mac it's common to have tool windows which are always in the
-       // foreground and are hidden when the main window is not focused.
-       setWindowFlags(Qt::Tool);
-       autoapplyCB->setChecked(true);
-#endif
-
        family = familyData();
        series = seriesData();
        shape  = shapeData();
@@ -216,6 +209,13 @@ GuiCharacter::GuiCharacter(GuiView & lv)
        bc().addReadOnly(toggleallCB);
        bc().addReadOnly(autoapplyCB);
 
+#ifdef Q_WS_MACX
+       // On Mac it's common to have tool windows which are always in the
+       // foreground and are hidden when the main window is not focused.
+       setWindowFlags(Qt::Tool);
+       autoapplyCB->setChecked(true);
+#endif
+
 // FIXME: hack to work around resizing bug in Qt >= 4.2
 // bug verified with Qt 4.2.{0-3} (JSpitzm)
 #if QT_VERSION >= 0x040200