From cadb66e225a33d0058a7439f1339b723ae32cc5a Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Fri, 26 Apr 2013 17:57:25 +0200 Subject: [PATCH] CComponentsInfoBox: add missing define for text color --- src/gui/components/cc_item_infobox.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/components/cc_item_infobox.cpp b/src/gui/components/cc_item_infobox.cpp index 4859eb8c1..2cf17427d 100644 --- a/src/gui/components/cc_item_infobox.cpp +++ b/src/gui/components/cc_item_infobox.cpp @@ -136,6 +136,7 @@ void CComponentsInfoBox::paint(bool do_save_bg) cctext->setText(ct_text, ct_text_mode, ct_font); cctext->doPaintTextBoxBg(ct_paint_textbg); cctext->doPaintBg(false); + cctext->setTextColor(ct_col_text); cctext->setDimensionsAll(x_text, y+fr_thickness, width-(x_text-x+x_offset+fr_thickness), height-2*fr_thickness); cctext->paint(CC_SAVE_SCREEN_NO); }