Fix focus and rejection of Yes/No dialogs on SL

This commit is contained in:
Cameron Gutman
2019-03-31 19:40:30 -07:00
parent 0aa87aacc6
commit 2e9af8fef0
3 changed files with 12 additions and 4 deletions

View File

@@ -45,6 +45,10 @@ NavigableDialog {
Keys.onReturnPressed: {
accept()
}
Keys.onEscapePressed: {
reject()
}
}
}