mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
CComponentsFrmClock: fix posible flicker effects
Textbox handling was changed sinceb7ea3c3f76
Origin commit data ------------------ Commit:70b43dc021
Author: Thilo Graf <dbt@novatux.de> Date: 2013-10-07 (Mon, 07 Oct 2013)
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
|
||||
bool force_txt_and_bg = (lbl->textChanged() || this->paint_bg);
|
||||
lbl->forceTextPaint(force_txt_and_bg);
|
||||
lbl->doPaintTextBoxBg(force_txt_and_bg);
|
||||
|
||||
//set xpos of item
|
||||
cl_x += wtmp;
|
||||
|
Reference in New Issue
Block a user