Index: sources/view/hd/adjustment/common/VCommonAdjustmentVitals.cpp =================================================================== diff -u -ra6586ea871f21a08e7d50552983360fb5e344b3a -re1c454bcf26e1f4dd9aaffe05daeca138eb743b3 --- sources/view/hd/adjustment/common/VCommonAdjustmentVitals.cpp (.../VCommonAdjustmentVitals.cpp) (revision a6586ea871f21a08e7d50552983360fb5e344b3a) +++ sources/view/hd/adjustment/common/VCommonAdjustmentVitals.cpp (.../VCommonAdjustmentVitals.cpp) (revision e1c454bcf26e1f4dd9aaffe05daeca138eb743b3) @@ -176,6 +176,10 @@ // DEBUG: qDebug() << __FUNCTION__ << _counter_sec << _counter_min << _interval << _timerId; _counter_sec++; + + min_left(_counter_min ); + sec_left(60 - _counter_sec); + if ( _counter_sec % 60 ) return; // only check every minute if ( ! _counter_min ) {