Merge pull request #1527

0451895 fixed: disable password dialog hotkeys handling when it is hidden (xiphon)
This commit is contained in:
luigi1111 2018-08-02 14:04:20 -05:00
commit 51e0f442d6
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -125,6 +125,7 @@ Item {
}
}
Keys.enabled: root.visible
Keys.onReturnPressed: {
root.close()
root.accepted()