mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
CComponentsFrmClock: fix posible flicker effects
Textbox handling was changed since 08e23a917c
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user