commit a320403590dd645e89e0c9c864073e099f481343
Author: Juergen Spitzmueller <sp...@lyx.org>
Date:   Sat May 5 10:28:43 2018 +0200

    Remove hack that's no longer needed
---
 src/frontends/qt4/GuiCharacter.cpp |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/src/frontends/qt4/GuiCharacter.cpp 
b/src/frontends/qt4/GuiCharacter.cpp
index b805166..3085b37 100644
--- a/src/frontends/qt4/GuiCharacter.cpp
+++ b/src/frontends/qt4/GuiCharacter.cpp
@@ -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
 }
 
 

Reply via email to