From 0153e8fa499b7bbdd712339bfb3921ead15a37a2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 20 Oct 2012 02:23:16 +0300 Subject: Add palette inheritance to label class. --- src/gui/itempopup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/itempopup.cpp') diff --git a/src/gui/itempopup.cpp b/src/gui/itempopup.cpp index 3c4241022..2b7ddff9c 100644 --- a/src/gui/itempopup.cpp +++ b/src/gui/itempopup.cpp @@ -47,7 +47,7 @@ ItemPopup::ItemPopup() : Popup("ItemPopup", "itempopup.xml"), - mItemName(new Label), + mItemName(new Label(this)), mItemDesc(new TextBox), mItemEffect(new TextBox), mItemWeight(new TextBox), -- cgit v1.2.3-60-g2f50