mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Remove hack that's no longer needed
This commit is contained in:
parent
fe6b0e2670
commit
a320403590
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user