mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-07 03:54:40 +00: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();
|
||||
targetView->update();
|
||||
|
||||
// We need to update the view since an other item could be auto-equipped.
|
||||
mSourceView->update();
|
||||
}
|
||||
|
||||
void DragAndDrop::finish()
|
||||
|
Loading…
Reference in New Issue
Block a user