Commit c2a42d10 authored by Don Gagne's avatar Don Gagne

Close virtual keyboard on dialog close

parent 7cba8800
...@@ -39,10 +39,12 @@ FactPanel { ...@@ -39,10 +39,12 @@ FactPanel {
signal hideDialog signal hideDialog
function accept() { function accept() {
Qt.inputMethod.hide()
hideDialog() hideDialog()
} }
function reject() { function reject() {
Qt.inputMethod.hide()
hideDialog() hideDialog()
} }
......
Markdown is supported
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