diff --git a/src/controls/QskTextInput.cpp b/src/controls/QskTextInput.cpp index 03776c45..e0cea55b 100644 --- a/src/controls/QskTextInput.cpp +++ b/src/controls/QskTextInput.cpp @@ -571,14 +571,8 @@ void QskTextInput::setEditing( bool on ) } else { - auto d = QQuickTextInputPrivate::get( m_data->textInput ); - - const auto status = d->hasAcceptableInput( d->m_text ); - if ( status == QQuickTextInputPrivate::AcceptableInput ) - { - if ( fixup() ) - Q_EMIT m_data->textInput->editingFinished(); - } + if ( fixup() ) + Q_EMIT m_data->textInput->editingFinished(); #if 0 inputMethod->reset();