ComponentsText: remove tests for color and background

Origin commit data
------------------
Commit: 51891e0ccb
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-09-24 (Mon, 24 Sep 2012)
This commit is contained in:
2012-09-24 18:18:57 +02:00
parent 31a3829f4f
commit 905bc6e0f5

View File

@@ -1516,8 +1516,7 @@ void CComponentsText::initText()
//set text box properties
ct_textbox->setTextBorderWidth(0);
ct_textbox->enableBackgroundPaint(true);
ct_textbox->setBackGroundColor(COL_RED);
ct_textbox->enableBackgroundPaint(false);
ct_textbox->setTextFont(ct_font);
ct_textbox->setTextMode(ct_text_mode);
ct_textbox->movePosition(ct_box->iX, ct_box->iY);