mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
Fix #6948.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35624 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
01013c0785
commit
28bf6a66ac
@ -2786,7 +2786,7 @@ void GuiDocument::paramsToDialog()
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Master/Child
|
// Master/Child
|
||||||
if (!buffer().hasChildren()) {
|
if (!bufferview() || !buffer().hasChildren()) {
|
||||||
masterChildModule->childrenTW->clear();
|
masterChildModule->childrenTW->clear();
|
||||||
includeonlys_.clear();
|
includeonlys_.clear();
|
||||||
docPS->showPanel(qt_("Child Documents"), false);
|
docPS->showPanel(qt_("Child Documents"), false);
|
||||||
|
Loading…
Reference in New Issue
Block a user