From 1e17bac228046ae922e9cc0531212884297634b1 Mon Sep 17 00:00:00 2001 From: Samuel Nevala <samuel.nevala@digia.com> Date: Fri, 24 Oct 2014 13:00:51 +0300 Subject: [PATCH] Revert "SpinBox: hide VKB when appropriate" This reverts commit e64180b65cd9dfc2ff008dc5725ff0e58a833cd7. TextInput does commit & hide no need to do it here Change-Id: I29c9e9421afd957457c648dc07270ee5dd7ca8e5 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com> --- src/controls/SpinBox.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/controls/SpinBox.qml b/src/controls/SpinBox.qml index bb3cc78be..f13e81dc4 100644 --- a/src/controls/SpinBox.qml +++ b/src/controls/SpinBox.qml @@ -309,8 +309,6 @@ Control { } onAccepted: { input.text = validator.text - Qt.inputMethod.commit() - Qt.inputMethod.hide() selectValue() } -- GitLab