mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-19 08:41:35 +00:00
Fix a missing model update
This commit is contained in:
parent
9637e1641b
commit
d5ef843f56
1 changed files with 1 additions and 0 deletions
|
@ -250,6 +250,7 @@ namespace MWGui
|
||||||
// remove object from the container it was coming from
|
// remove object from the container it was coming from
|
||||||
mDragAndDrop->mSourceModel->removeItem(mDragAndDrop->mItem, mDragAndDrop->mDraggedCount);
|
mDragAndDrop->mSourceModel->removeItem(mDragAndDrop->mItem, mDragAndDrop->mDraggedCount);
|
||||||
mDragAndDrop->finish();
|
mDragAndDrop->finish();
|
||||||
|
mDragAndDrop->mSourceModel->update();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue