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