diff options
| author | J-P Nurmi <jpnurmi@theqtcompany.com> | 2014-10-15 17:18:26 +0200 |
|---|---|---|
| committer | J-P Nurmi <jpnurmi@theqtcompany.com> | 2014-10-20 09:32:33 +0200 |
| commit | e64180b65cd9dfc2ff008dc5725ff0e58a833cd7 (patch) | |
| tree | e22f5b05ea3ce65e42270aa04c191e257156aedc /src | |
| parent | 064a782a54ab1ad8f28a049ddf55db7376edf357 (diff) | |
SpinBox: hide VKB when appropriate
Change-Id: I18eff3eb2b932b814d0808079c7ddf3b3bfaaf53
Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/controls/SpinBox.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/controls/SpinBox.qml b/src/controls/SpinBox.qml index f13e81dc4..bb3cc78be 100644 --- a/src/controls/SpinBox.qml +++ b/src/controls/SpinBox.qml @@ -309,6 +309,8 @@ Control { } onAccepted: { input.text = validator.text + Qt.inputMethod.commit() + Qt.inputMethod.hide() selectValue() } |
