diff --git a/ui/widgets/fields/time_part_input.cpp b/ui/widgets/fields/time_part_input.cpp index f61a0db..8f6433a 100644 --- a/ui/widgets/fields/time_part_input.cpp +++ b/ui/widgets/fields/time_part_input.cpp @@ -68,6 +68,7 @@ void TimePart::wheelEvent(QWheelEvent *e) { time -= max; } setText(QString::number(time)); + Ui::MaskedInputField::changed(); } void TimePart::correctValue(