From a603cf32c1491e1a943d77b76e0f2362babcd7b8 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 25 May 2015 02:14:18 +0300 Subject: Remove color2 from graphics. --- src/gui/widgets/spellshortcutcontainer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/widgets/spellshortcutcontainer.cpp') diff --git a/src/gui/widgets/spellshortcutcontainer.cpp b/src/gui/widgets/spellshortcutcontainer.cpp index ca2059ad5..672858412 100644 --- a/src/gui/widgets/spellshortcutcontainer.cpp +++ b/src/gui/widgets/spellshortcutcontainer.cpp @@ -77,7 +77,7 @@ void SpellShortcutContainer::draw(Graphics *graphics) Font *const font = getFont(); const int selectedId = spellShortcut->getSelectedItem(); - graphics->setColorAll(mForegroundColor, mForegroundColor2); + graphics->setColor(mForegroundColor); drawBackground(graphics); // +++ in future need reorder images and string drawing. -- cgit v1.2.3-60-g2f50