mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-21 09:39:56 +00:00
Merged merge request !28
This commit is contained in:
commit
8b2b37c270
@ -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…
x
Reference in New Issue
Block a user