Merge pull request #958

8956a35 Fix for tx confirm password not showing up
This commit is contained in:
luigi1111 2017-11-16 09:53:45 -06:00
commit da020fd0be
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -1111,6 +1111,9 @@ ApplicationWindow {
PasswordDialog {
id: transactionConfirmationPasswordDialog
z: parent.z + 1
visible:false
anchors.fill: parent
property var onAcceptedCallback
property var onRejectedCallback
onAccepted: {