From 53b6f0fe8476d07c38b6720d89ec2678bc7aff7f Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Mon, 24 Sep 2012 18:18:57 +0200 Subject: [PATCH] ComponentsText: remove tests for color and background Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/51891e0ccbd85a66b120a0c19a9bfd9910b90f2a Author: Thilo Graf Date: 2012-09-24 (Mon, 24 Sep 2012) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/components/components.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/gui/components/components.cpp b/src/gui/components/components.cpp index f7ed366bb..a4172cc8b 100644 --- a/src/gui/components/components.cpp +++ b/src/gui/components/components.cpp @@ -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);