aboutsummaryrefslogtreecommitdiff
path: root/LeftPanel.qml
diff options
context:
space:
mode:
authormmbyday <mmbyday@protonmail.com>2018-12-18 11:06:29 -0800
committermmbyday <mmbyday@protonmail.com>2018-12-18 11:07:58 -0800
commit09201b17fbae4d2b4c85848b0a1a74d5a656200a (patch)
treef2f69c7af3ced7732850f615e053066661192d94 /LeftPanel.qml
parent7c0a557e627c1c6dee0564d1301034498172885d (diff)
downloadmonzero-gui-09201b17fbae4d2b4c85848b0a1a74d5a656200a.tar.gz
monzero-gui-09201b17fbae4d2b4c85848b0a1a74d5a656200a.tar.xz
monzero-gui-09201b17fbae4d2b4c85848b0a1a74d5a656200a.zip
Clear text fields up switching wallets
Diffstat (limited to 'LeftPanel.qml')
-rw-r--r--LeftPanel.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml
index 53da5f22..649fbc58 100644
--- a/LeftPanel.qml
+++ b/LeftPanel.qml
@@ -171,6 +171,9 @@ Rectangle {
hoverEnabled: true
cursorShape: Qt.PointingHandCursor
onClicked: {
+ middlePanel.addressBookView.clearFields();
+ middlePanel.transferView.clearFields();
+ middlePanel.receiveView.clearFields();
appWindow.showWizard();
}
}