mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
CComponentsFrmClock: ensure update of possible changed property values
This also fixes a segfault in channellist when font settings
were changed und user is change back into channellist.
Origin commit data
------------------
Branch: ni/coolstream
Commit: 020d52ddbb
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-06-18 (Tue, 18 Jun 2013)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -250,6 +250,9 @@ void* CComponentsFrmClock::initClockThread(void *arg)
|
|||||||
sleep(clock->cl_interval);
|
sleep(clock->cl_interval);
|
||||||
|
|
||||||
if (clock->paintClock) {
|
if (clock->paintClock) {
|
||||||
|
//refresh item property values
|
||||||
|
clock->refresh();
|
||||||
|
|
||||||
//paint segements, but wihtout saved backgrounds
|
//paint segements, but wihtout saved backgrounds
|
||||||
clock->paint(CC_SAVE_SCREEN_NO);
|
clock->paint(CC_SAVE_SCREEN_NO);
|
||||||
count = time(0);
|
count = time(0);
|
||||||
|
Reference in New Issue
Block a user