Fixed text validation when char is put on next part of time input.
This commit is contained in:
parent
62002f034b
commit
c676256872
1 changed files with 1 additions and 0 deletions
|
|
@ -284,6 +284,7 @@ void TimeInput::putNext(const object_ptr<TimePart> &field, QChar ch) {
|
|||
field->setText(ch + field->getLastText());
|
||||
field->setCursorPosition(1);
|
||||
}
|
||||
field->onTextEdited();
|
||||
field->setFocus();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue