This commit is contained in:
2023-01-09 15:51:48 +03:00
parent 10d63e05fe
commit 10212e2ebd

View File

@@ -86,7 +86,7 @@ void QIPEdit::returnPress(int index) {
} }
inline void QIPEdit::textChange(int index, const QString & text) { void QIPEdit::textChange(int index, const QString & text) {
if (text.length() == 3 && isVisible()) { if (text.length() == 3 && isVisible()) {
returnPress(index); returnPress(index);
} }