1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-03-03 13:49:40 +00:00

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;
}