Commit c2a42d10 authored by Don Gagne's avatar Don Gagne

Close virtual keyboard on dialog close

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