mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
Fix of fix of fix of fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30239 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
8a765440cb
commit
ae9bcc7760
@ -394,11 +394,11 @@ bool GuiView::restoreLayout()
|
||||
|
||||
// Allow the toc and view-source dock widget to be restored if needed.
|
||||
Dialog * dialog;
|
||||
if (dialog = findOrBuild("toc", true))
|
||||
if ((dialog = findOrBuild("toc", true)))
|
||||
// see bug 5082. At least setup title and enabled state.
|
||||
// Visibility will be adjusted by restoreState below.
|
||||
dialog->prepareView();
|
||||
if (dialog = findOrBuild("view-source", true))
|
||||
if ((dialog = findOrBuild("view-source", true)))
|
||||
dialog->prepareView();
|
||||
|
||||
if (!restoreState(settings.value("layout").toByteArray(), 0))
|
||||
|
Loading…
Reference in New Issue
Block a user