mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Remove old workaround that was needed for Qt 4.2
Jürgen believes that this is not needed anymore.
This commit is contained in:
parent
ac248e392d
commit
0f8b4e36d8
@ -1783,10 +1783,6 @@ GuiDocument::GuiDocument(GuiView & lv)
|
||||
docPS->addPanel(outputModule, N_("Formats[[output]]"));
|
||||
docPS->addPanel(preambleModule, N_("LaTeX Preamble"));
|
||||
docPS->setCurrentPanel("Document Class");
|
||||
// FIXME KILLQT4: check that this is still needed (is this workaround still needed?)
|
||||
// FIXME: hack to work around resizing bug in Qt >= 4.2
|
||||
// bug verified with Qt 4.2.{0-3} (JSpitzm)
|
||||
docPS->updateGeometry();
|
||||
}
|
||||
|
||||
|
||||
|
@ -3568,10 +3568,6 @@ GuiPreferences::GuiPreferences(GuiView & lv)
|
||||
addModule(formats);
|
||||
|
||||
prefsPS->setCurrentPanel("User Interface");
|
||||
// FIXME KILLQT4: check that this is still needed (what bug is it?)
|
||||
// FIXME: hack to work around resizing bug in Qt >= 4.2
|
||||
// bug verified with Qt 4.2.{0-3} (JSpitzm)
|
||||
prefsPS->updateGeometry();
|
||||
|
||||
bc().setPolicy(ButtonPolicy::PreferencesPolicy);
|
||||
bc().setOK(buttonBox->button(QDialogButtonBox::Ok));
|
||||
|
Loading…
Reference in New Issue
Block a user