mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-24 21:55:29 +00:00
fix initial outline disabling.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25330 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
efd6dc8a0c
commit
c3727bc147
@ -381,6 +381,7 @@ bool GuiView::restoreLayout()
|
|||||||
find_or_build("view-source");
|
find_or_build("view-source");
|
||||||
if (!restoreState(settings.value(key + "/layout").toByteArray(), 0))
|
if (!restoreState(settings.value(key + "/layout").toByteArray(), 0))
|
||||||
initToolbars();
|
initToolbars();
|
||||||
|
updateDialogs();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user