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:
parent
86280df55a
commit
c3ef39eb6f
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ namespace MWGui
|
||||||
if (mFrame)
|
if (mFrame)
|
||||||
mFrame->setImageTexture("");
|
mFrame->setImageTexture("");
|
||||||
mItem->setImageTexture("");
|
mItem->setImageTexture("");
|
||||||
|
mText->setCaption("");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue