ComponentsText: remove tests for color and background

Origin commit data
------------------
Branch: ni/coolstream
Commit: 51891e0ccb
Author: Thilo Graf <dbt@novatux.de>
Date: 2012-09-24 (Mon, 24 Sep 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2012-09-24 18:18:57 +02:00
parent b3ad4a4396
commit 53b6f0fe84

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);