summaryrefslogtreecommitdiff
path: root/src/gui/widgets/spellshortcutcontainer.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-12-27 16:48:32 +0300
committerAndrei Karas <akaras@inbox.ru>2012-12-27 23:15:05 +0300
commitcdc721a1c6c5cf80736101352161b66ea3f90c50 (patch)
treec32e7e25fe1ad6f23efd2dc50c4eeb5431967249 /src/gui/widgets/spellshortcutcontainer.cpp
parentcc78907ee5b2ed84760534897f88f8c1fcce957d (diff)
downloadManaVerse-cdc721a1c6c5cf80736101352161b66ea3f90c50.tar.gz
ManaVerse-cdc721a1c6c5cf80736101352161b66ea3f90c50.tar.bz2
ManaVerse-cdc721a1c6c5cf80736101352161b66ea3f90c50.tar.xz
ManaVerse-cdc721a1c6c5cf80736101352161b66ea3f90c50.zip
Remove set font from graphics object.
Diffstat (limited to 'src/gui/widgets/spellshortcutcontainer.cpp')
-rw-r--r--src/gui/widgets/spellshortcutcontainer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/widgets/spellshortcutcontainer.cpp b/src/gui/widgets/spellshortcutcontainer.cpp
index ee43a5d3f..bc45a6432 100644
--- a/src/gui/widgets/spellshortcutcontainer.cpp
+++ b/src/gui/widgets/spellshortcutcontainer.cpp
@@ -105,7 +105,6 @@ void SpellShortcutContainer::draw(gcn::Graphics *graphics)
Graphics *const g = static_cast<Graphics *const>(graphics);
gcn::Font *const font = getFont();
- graphics->setFont(font);
const int selectedId = spellShortcut->getSelectedItem();
g->setColor(mForegroundColor);