summaryrefslogtreecommitdiff
path: root/src/gui/itempopup.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-10-20 01:25:19 +0300
committerAndrei Karas <akaras@inbox.ru>2012-10-20 13:55:43 +0300
commit5d02ab43ff6d3e328a3b02479c033609023edec2 (patch)
tree43a8442d585c969fe75a545f83d01b81be9327d7 /src/gui/itempopup.cpp
parent312118f5a7a1a7537cfb20f61d9b408dfcf03e8c (diff)
downloadplus-5d02ab43ff6d3e328a3b02479c033609023edec2.tar.gz
plus-5d02ab43ff6d3e328a3b02479c033609023edec2.tar.bz2
plus-5d02ab43ff6d3e328a3b02479c033609023edec2.tar.xz
plus-5d02ab43ff6d3e328a3b02479c033609023edec2.zip
Add palette inheritance to icon class.
Diffstat (limited to 'src/gui/itempopup.cpp')
-rw-r--r--src/gui/itempopup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/itempopup.cpp b/src/gui/itempopup.cpp
index cd2663079..3c4241022 100644
--- a/src/gui/itempopup.cpp
+++ b/src/gui/itempopup.cpp
@@ -51,7 +51,7 @@ ItemPopup::ItemPopup() :
mItemDesc(new TextBox),
mItemEffect(new TextBox),
mItemWeight(new TextBox),
- mIcon(new Icon(nullptr)),
+ mIcon(new Icon(this, nullptr)),
mLastName(""),
mLastColor(1)
{