diff options
Diffstat (limited to 'src/gui/widgets/spellshortcutcontainer.cpp')
-rw-r--r-- | src/gui/widgets/spellshortcutcontainer.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gui/widgets/spellshortcutcontainer.cpp b/src/gui/widgets/spellshortcutcontainer.cpp index a22cb7f6e..ca2059ad5 100644 --- a/src/gui/widgets/spellshortcutcontainer.cpp +++ b/src/gui/widgets/spellshortcutcontainer.cpp @@ -110,7 +110,10 @@ void SpellShortcutContainer::draw(Graphics *graphics) } } - font->drawString(graphics, spell->getSymbol(), + font->drawString(graphics, + mForegroundColor, + mForegroundColor2, + spell->getSymbol(), itemX + 2, itemY + mBoxHeight / 2); } } |