Commit 1e17bac2 authored by Samuel Nevala's avatar Samuel Nevala
Browse files

Revert "SpinBox: hide VKB when appropriate"

This reverts commit e64180b6

.
TextInput does commit & hide no need to do it here

Change-Id: I29c9e9421afd957457c648dc07270ee5dd7ca8e5
Reviewed-by: default avatarJ-P Nurmi <jpnurmi@theqtcompany.com>
Showing with 0 additions and 2 deletions
...@@ -309,8 +309,6 @@ Control { ...@@ -309,8 +309,6 @@ Control {
} }
onAccepted: { onAccepted: {
input.text = validator.text input.text = validator.text
Qt.inputMethod.commit()
Qt.inputMethod.hide()
selectValue() selectValue()
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment