QIPEdit
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user