summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Nevala <samuel.nevala@digia.com>2014-10-24 13:00:51 +0300
committerSamuel Nevala <samuel.nevala@digia.com>2014-10-24 12:52:31 +0200
commit1e17bac228046ae922e9cc0531212884297634b1 (patch)
tree1f503e576138b56ed627efc9b4e952a61e1f0658
parent0f4266fbbc45fc311051d9bfb014fb162c383c3e (diff)
downloadqtquickcontrols-1e17bac228046ae922e9cc0531212884297634b1.tar.gz
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>
-rw-r--r--src/controls/SpinBox.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/controls/SpinBox.qml b/src/controls/SpinBox.qml
index bb3cc78b..f13e81dc 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()
}