ComponentsText: remove tests for color and background

This commit is contained in:
2012-09-24 18:18:57 +02:00
parent fcf8a018c5
commit 51891e0ccb

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