diff options
author | Ira Rice <irarice@gmail.com> | 2009-03-15 13:35:02 -0600 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-03-15 13:35:02 -0600 |
commit | 3123c8ce5f882f0bfb99a2d2efa45d760237ebcc (patch) | |
tree | c29f08ca3bdcb3bd3c2a87902ca17794513c0cd7 | |
parent | d6f89802e5aa32f266e881e43d6005e821040c57 (diff) | |
download | mana-3123c8ce5f882f0bfb99a2d2efa45d760237ebcc.tar.gz mana-3123c8ce5f882f0bfb99a2d2efa45d760237ebcc.tar.bz2 mana-3123c8ce5f882f0bfb99a2d2efa45d760237ebcc.tar.xz mana-3123c8ce5f882f0bfb99a2d2efa45d760237ebcc.zip |
Fixed color previews for item types.
Signed-off-by: Ira Rice <irarice@gmail.com>
-rw-r--r-- | src/gui/setup_colors.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/setup_colors.cpp b/src/gui/setup_colors.cpp index 148fd679..108067f5 100644 --- a/src/gui/setup_colors.cpp +++ b/src/gui/setup_colors.cpp @@ -251,6 +251,7 @@ void Setup_Colors::action(const gcn::ActionEvent &event) case Palette::ARMS: case Palette::AMMO: mTextPreview->setFont(boldFont); + mTextPreview->setTextColor(col); mTextPreview->setOutline(false); mTextPreview->setShadow(false); break; |