mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-30 13:15:34 +00: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);
|
||||
view->setParent(this);
|
||||
view->setEditLock (mDocument->getState() & CSMDoc::State_Locked);
|
||||
mSubViews.append(view); // only after assert
|
||||
|
||||
int minWidth = windows["minimum-width"].toInt();
|
||||
|
|
Loading…
Reference in a new issue