diff --git a/src/controls/QskTextInput.cpp b/src/controls/QskTextInput.cpp index f72e09ae..818c2a9c 100644 --- a/src/controls/QskTextInput.cpp +++ b/src/controls/QskTextInput.cpp @@ -610,7 +610,7 @@ void QskTextInput::setEditing( bool on ) if ( on ) { #if 0 - updateInputMethod(Qt::ImCursorRectangle | Qt::ImAnchorRectangle); + updateInputMethod( Qt::ImCursorRectangle | Qt::ImAnchorRectangle ); QGuiApplication::inputMethod()->inputDirection #endif qskInputMethodSetVisible( this, true );