mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 15:11:36 -04:00
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
@ -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…
x
Reference in New Issue
Block a user