mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Merged merge request !28
This commit is contained in:
commit
8b2b37c270
1 changed files with 1 additions and 0 deletions
|
@ -646,6 +646,7 @@ void CSVDoc::View::addSubView (const CSMWorld::UniversalId& id, const std::strin
|
||||||
}
|
}
|
||||||
assert(view);
|
assert(view);
|
||||||
view->setParent(this);
|
view->setParent(this);
|
||||||
|
view->setEditLock (mDocument->getState() & CSMDoc::State_Locked);
|
||||||
mSubViews.append(view); // only after assert
|
mSubViews.append(view); // only after assert
|
||||||
|
|
||||||
int minWidth = windows["minimum-width"].toInt();
|
int minWidth = windows["minimum-width"].toInt();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue