diff options
author | Ira Rice <irarice@gmail.com> | 2009-01-15 23:23:12 -0700 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-01-15 23:23:12 -0700 |
commit | 29a65dd896255e6e173201dcc0d50bfc273afb61 (patch) | |
tree | ff86af90bf6fa447964ba6bf008f1d3efbaa1035 /src/gui/itempopup.cpp | |
parent | ecc18d3a2ed44d4b4e6ccfe879771686b2616bb4 (diff) | |
download | mana-29a65dd896255e6e173201dcc0d50bfc273afb61.tar.gz mana-29a65dd896255e6e173201dcc0d50bfc273afb61.tar.bz2 mana-29a65dd896255e6e173201dcc0d50bfc273afb61.tar.xz mana-29a65dd896255e6e173201dcc0d50bfc273afb61.zip |
Fixed Item Popup window transparency (double setting of the skin)
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/gui/itempopup.cpp')
-rw-r--r-- | src/gui/itempopup.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/itempopup.cpp b/src/gui/itempopup.cpp index a0df3eed..5f7dc736 100644 --- a/src/gui/itempopup.cpp +++ b/src/gui/itempopup.cpp @@ -34,12 +34,12 @@ #include "../utils/gettext.h" #include "../utils/strprintf.h" -ItemPopup::ItemPopup() +ItemPopup::ItemPopup(): + Window() { setResizable(false); setShowTitle(false); setTitleBarHeight(0); - loadSkin("graphics/gui/gui.xml"); // Item Name mItemName = new gcn::Label("Label"); |