Skip to content

Timer: Fix signal for updating the duration

Fixes enabling/disabling of the timer sections start button when entering values (hour, minute, second) via the keyboard. The previously used signal (changed) was emitted with the controls old value, the value-changed signal is emitted after the new value has been set.

Fix #94 (closed).

Edited by Bilal Elmoussaoui

Merge request reports