]> git.lyx.org Git - features.git/commitdiff
Remove hack that's no longer needed
authorJuergen Spitzmueller <spitz@lyx.org>
Sat, 5 May 2018 08:28:43 +0000 (10:28 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Sat, 5 May 2018 08:28:43 +0000 (10:28 +0200)
src/frontends/qt4/GuiCharacter.cpp

index b8051661b65dbb064b3e5187a5845d0b4573c670..3085b37ef740f2468deea3934afa64806250c690 100644 (file)
@@ -271,13 +271,6 @@ GuiCharacter::GuiCharacter(GuiView & lv)
        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
-       // qt resizes the comboboxes only after show(), so ...
-       QDialog::show();
-#endif
 }