From c3ef39eb6f7982cb6125c54fd839850a4d34ff48 Mon Sep 17 00:00:00 2001 From: scrawl Date: Fri, 17 Oct 2014 02:41:43 +0200 Subject: [PATCH] Fix ItemWidget text cleanup (Fixes #2022) --- apps/openmw/mwgui/itemwidget.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/openmw/mwgui/itemwidget.cpp b/apps/openmw/mwgui/itemwidget.cpp index 430b57ef39..b6a2880788 100644 --- a/apps/openmw/mwgui/itemwidget.cpp +++ b/apps/openmw/mwgui/itemwidget.cpp @@ -93,6 +93,7 @@ namespace MWGui if (mFrame) mFrame->setImageTexture(""); mItem->setImageTexture(""); + mText->setCaption(""); return; }