mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Advanced F&R dialog does not need to be restored at start-up.
This commit is contained in:
parent
ca7214b410
commit
275f269cb7
@ -671,8 +671,6 @@ bool GuiView::restoreLayout()
|
||||
dialog->prepareView();
|
||||
if ((dialog = findOrBuild("progress", true)))
|
||||
dialog->prepareView();
|
||||
if ((dialog = findOrBuild("findreplaceadv", true)))
|
||||
dialog->prepareView();
|
||||
|
||||
if (!restoreState(settings.value("layout").toByteArray(), 0))
|
||||
initToolbars();
|
||||
|
Loading…
Reference in New Issue
Block a user