forked from mirror/openmw-tes3mp
Fix ItemWidget text cleanup (Fixes #2022)
This commit is contained in:
parent
86280df55a
commit
c3ef39eb6f
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ namespace MWGui
|
|||
if (mFrame)
|
||||
mFrame->setImageTexture("");
|
||||
mItem->setImageTexture("");
|
||||
mText->setCaption("");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue