Fix ItemWidget text cleanup (Fixes #2022)

This commit is contained in:
scrawl 2014-10-17 02:41:43 +02:00
parent 86280df55a
commit c3ef39eb6f

View file

@ -93,6 +93,7 @@ namespace MWGui
if (mFrame)
mFrame->setImageTexture("");
mItem->setImageTexture("");
mText->setCaption("");
return;
}