Added MaskedInputField::changed signal on wheel event in Ui::TimePart.
This commit is contained in:
parent
c026c1125e
commit
9f28a0b106
1 changed files with 1 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ void TimePart::wheelEvent(QWheelEvent *e) {
|
||||||
time -= max;
|
time -= max;
|
||||||
}
|
}
|
||||||
setText(QString::number(time));
|
setText(QString::number(time));
|
||||||
|
Ui::MaskedInputField::changed();
|
||||||
}
|
}
|
||||||
|
|
||||||
void TimePart::correctValue(
|
void TimePart::correctValue(
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue