Skip to content

Commit

Permalink
Flush virtual keyboard before saving changes
Browse files Browse the repository at this point in the history
Fix #50
  • Loading branch information
m-kuhn committed Jul 14, 2016
1 parent d40e9a5 commit 228fea8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qml/FeatureForm.qml
Expand Up @@ -169,6 +169,7 @@ Rectangle {
}

function save() {
parent.focus = true
aboutToSave()

if ( form.state === "Add" ) {
Expand Down

0 comments on commit 228fea8

Please sign in to comment.