mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
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:
@@ -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){
|
||||
|
Reference in New Issue
Block a user