forked from mirror/openmw-tes3mp
Always update the source container view on drag&drop
This fix the indicator not being displayed for items auto-equipped after an other item is removed.
This commit is contained in:
parent
4fcf427e1f
commit
f428921b93
1 changed files with 3 additions and 0 deletions
|
@ -100,6 +100,9 @@ namespace MWGui
|
||||||
|
|
||||||
finish();
|
finish();
|
||||||
targetView->update();
|
targetView->update();
|
||||||
|
|
||||||
|
// We need to update the view since an other item could be auto-equipped.
|
||||||
|
mSourceView->update();
|
||||||
}
|
}
|
||||||
|
|
||||||
void DragAndDrop::finish()
|
void DragAndDrop::finish()
|
||||||
|
|
Loading…
Reference in a new issue