forked from teamnwah/openmw-tes3coop
Fix a container window regression (oops)
This commit is contained in:
parent
f7befa3e54
commit
065f14579f
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ void ItemView::setModel(ItemModel *model)
|
|||
{
|
||||
delete mModel;
|
||||
mModel = model;
|
||||
update();
|
||||
}
|
||||
|
||||
void ItemView::initialiseOverride()
|
||||
|
|
Loading…
Reference in a new issue