diff options
Diffstat (limited to 'src/gui/skilldialog.cpp')
-rw-r--r-- | src/gui/skilldialog.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/skilldialog.cpp b/src/gui/skilldialog.cpp index d5487fa66..44d9d0283 100644 --- a/src/gui/skilldialog.cpp +++ b/src/gui/skilldialog.cpp @@ -159,8 +159,7 @@ class SkillListBox final : public ListBox } // Draw the list elements - graphics->setColor(mTextColor); - graphics->setColor2(mTextColor2); + graphics->setColorAll(mTextColor, mTextColor2); gcn::Font *const font = getFont(); const int space = font->getHeight() + mSpacing; const int width2 = getWidth() - mPadding; |