Fix ItemWidget text cleanup (Fixes #2022)

openmw-33
scrawl 10 years ago
parent 86280df55a
commit c3ef39eb6f

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

Loading…
Cancel
Save