CInfoViewer: use correct text color in showInfoFile()

Origin commit data
------------------
Commit: 19f2d556ee
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-04-26 (Fri, 26 Apr 2013)
This commit is contained in:
2013-04-26 17:58:58 +02:00
parent e182d3e13c
commit 15d4254054

View File

@@ -1855,6 +1855,7 @@ void CInfoViewer::showInfoFile()
infobar_txt->setDimensionsAll(xStart, yStart, width, height); infobar_txt->setDimensionsAll(xStart, yStart, width, height);
infobar_txt->setCornerRadius(RADIUS_SMALL); infobar_txt->setCornerRadius(RADIUS_SMALL);
infobar_txt->setShadowOnOff(true); infobar_txt->setShadowOnOff(true);
infobar_txt->setTextColor(COL_INFOBAR);
infobar_txt->setColorBody(COL_INFOBAR_PLUS_0); infobar_txt->setColorBody(COL_INFOBAR_PLUS_0);
infobar_txt->doPaintTextBoxBg(false); infobar_txt->doPaintTextBoxBg(false);