mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
CComponentsHeader: disable permanent clock paint on interval.
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