]> git.lyx.org Git - features.git/commitdiff
* src/frontends/qt4/QCharacter.C:
authorJürgen Spitzmüller <spitz@lyx.org>
Mon, 26 Mar 2007 14:06:20 +0000 (14:06 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Mon, 26 Mar 2007 14:06:20 +0000 (14:06 +0000)
* src/frontends/qt4/QDocumentDialog.C:
* src/frontends/qt4/QPrefsDialog.C:
- document persistence of Qt4 resizing bug.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17571 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/QCharacter.C
src/frontends/qt4/QDocumentDialog.C
src/frontends/qt4/QPrefsDialog.C

index a4f87048bfa427603409d7c637486d9d311497be..90477a47fe39b6e25161411b662453d873bbab8a 100644 (file)
@@ -92,8 +92,8 @@ void QCharacter::build_dialog()
        bcview().addReadOnly(dialog_->autoapplyCB);
 
 // FIXME: hack to work around resizing bug in Qt >= 4.2
-// bug verified with Qt 4.2.{0-2} (JSpitzm)
-#if (QT_VERSION >= 0x040200)
+// bug verified with Qt 4.2.{0-3} (JSpitzm)
+#if QT_VERSION >= 0x040200
        // qt resizes the comboboxes only after show(), so ...
        dialog_->show();
 #endif
index b5ff4faa024e553fa01d4075247e0d6640327298..da839968fedf12fe088e8247cf4f2b322ea59dcb 100644 (file)
@@ -404,7 +404,7 @@ QDocumentDialog::QDocumentDialog(QDocument * form)
        docPS->addPanel(preambleModule, _("LaTeX Preamble"));
        docPS->setCurrentPanel(_("Document Class"));
 // FIXME: hack to work around resizing bug in Qt >= 4.2
-// bug verified with Qt 4.2.{0-2} (JSpitzm)
+// bug verified with Qt 4.2.{0-3} (JSpitzm)
 #if QT_VERSION >= 0x040200
        docPS->updateGeometry();
 #endif
index 8583b34a04becd12117c30e75c3819640514905d..b187823dfce9008c7fa565e80fd475e1718ba6a8 100644 (file)
@@ -1805,7 +1805,7 @@ QPrefsDialog::QPrefsDialog(QPrefs * form)
 
        prefsPS->setCurrentPanel(_("User interface"));
 // FIXME: hack to work around resizing bug in Qt >= 4.2
-// bug verified with Qt 4.2.{0-2} (JSpitzm)
+// bug verified with Qt 4.2.{0-3} (JSpitzm)
 #if QT_VERSION >= 0x040200
        prefsPS->updateGeometry();
 #endif