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:
2017-08-02 08:59:56 +02:00
parent c68fe9024e
commit d646080ee3

View File

@@ -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);
}