cc_frm_header: try to fix clock; e.g. in timerlist

Origin commit data
------------------
Commit: c661f3f07d
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-12-06 (Tue, 06 Dec 2016)

Origin message was:
------------------
- cc_frm_header: try to fix clock; e.g. in timerlist
This commit is contained in:
vanhofen
2016-12-06 20:59:35 +01:00
parent 3fd9316582
commit 453a8a9a3e

View File

@@ -394,7 +394,7 @@ void CComponentsHeader::initClock()
//set clock form properties
if (cch_cl_obj){
cch_cl_obj->setYPos(cch_items_y);
cch_cl_obj->setHeight(height - 1); //NI
cch_cl_obj->setHeight(height);
//disallow paint of clock, if disabled and exit method
if (!cch_cl_enable){