mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +02:00
CComponentsHeader: disable permanent clock paint on interval.
Origin commit data
------------------
Commit: 8e17eadb6a
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-08-02 (Wed, 02 Aug 2017)
This commit is contained in:
@@ -507,6 +507,7 @@ void CComponentsHeader::initClock()
|
||||
if (cch_cl_obj == NULL){
|
||||
dprintf(DEBUG_DEBUG, "[CComponentsHeader]\n [%s - %d] init clock...\n", __func__, __LINE__);
|
||||
cch_cl_obj = new CComponentsFrmClock(0, cch_items_y, cch_font, cch_cl_format, NULL, false, 1, this);
|
||||
cch_cl_obj->disableForceSegmentPaint();
|
||||
cch_cl_obj->doPaintBg(false);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user