From 29a65dd896255e6e173201dcc0d50bfc273afb61 Mon Sep 17 00:00:00 2001 From: Ira Rice Date: Thu, 15 Jan 2009 23:23:12 -0700 Subject: Fixed Item Popup window transparency (double setting of the skin) Signed-off-by: Ira Rice --- src/gui/itemcontainer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/itemcontainer.h') diff --git a/src/gui/itemcontainer.h b/src/gui/itemcontainer.h index 7f0e5386..223a3677 100644 --- a/src/gui/itemcontainer.h +++ b/src/gui/itemcontainer.h @@ -108,8 +108,6 @@ class ItemContainer : public gcn::Widget, mListeners.remove(listener); } - ItemPopup *mItemPopup; - private: void mouseExited(gcn::MouseEvent &event); void mouseMoved(gcn::MouseEvent &event); @@ -152,6 +150,8 @@ class ItemContainer : public gcn::Widget, int mMaxItems; int mOffset; + ItemPopup *mItemPopup; + std::list mListeners; static const int gridWidth; -- cgit v1.2.3-70-g09d2