CComponentsFrmClock: fix posible flicker effects

Textbox handling was changed since 2781da8b77


Origin commit data
------------------
Branch: ni/coolstream
Commit: 70b43dc021
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-10-07 (Mon, 07 Oct 2013)



------------------
This commit was generated by Migit
This commit is contained in:
2013-10-07 15:55:41 +02:00
parent c81c83ca50
commit e4f46468a7

View File

@@ -181,7 +181,6 @@ void CComponentsFrmClock::initCCLockItems()
//ensure paint of text and label bg on changed text or painted form background //ensure paint of text and label bg on changed text or painted form background
bool force_txt_and_bg = (lbl->textChanged() || this->paint_bg); bool force_txt_and_bg = (lbl->textChanged() || this->paint_bg);
lbl->forceTextPaint(force_txt_and_bg); lbl->forceTextPaint(force_txt_and_bg);
lbl->doPaintTextBoxBg(force_txt_and_bg);
//set xpos of item //set xpos of item
cl_x += wtmp; cl_x += wtmp;