]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/GuiView.cpp
LyX remembers the state and geometry of the advanced find and replace dockview.
[features.git] / src / frontends / qt4 / GuiView.cpp
index ebce023c7c42d2a32a2f2879153cae08e77d3fd0..1344d4f0045a17bd28c38f38acf810b1b763b379 100644 (file)
@@ -681,6 +681,8 @@ 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();