From 9e44d5af1d7576b99553305aa7cee53dd0f6ff45 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Mon, 6 Apr 2009 06:11:38 -0600 Subject: Clean up and expand item equip handling in the GUI --- src/gui/setup_colors.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/gui/setup_colors.cpp') diff --git a/src/gui/setup_colors.cpp b/src/gui/setup_colors.cpp index da2cfb6b..fdc2416f 100644 --- a/src/gui/setup_colors.cpp +++ b/src/gui/setup_colors.cpp @@ -237,6 +237,11 @@ void Setup_Colors::action(const gcn::ActionEvent &event) mPreview->addRow(msg); break; + case Palette::ITEM_EQUIPED: + mTextPreview->setTextColor(col); + mTextPreview->setOutline(false); + mTextPreview->setShadow(false); + break; case Palette::UNKNOWN_ITEM: case Palette::GENERIC: case Palette::HEAD: -- cgit v1.2.3-70-g09d2