1
0
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:
Emanuel Guevel 2013-10-24 10:48:10 +02:00
parent 4fcf427e1f
commit f428921b93

View File

@ -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()