aboutsummaryrefslogtreecommitdiff
path: root/wizard
diff options
context:
space:
mode:
authormoneromooo.monero <moneromooo.monero@users.noreply.github.com>2016-12-25 22:57:32 +0000
committermoneromooo.monero <moneromooo.monero@users.noreply.github.com>2016-12-25 22:59:19 +0000
commit1c5899731c681eef0624980a729a26bf8e62ca37 (patch)
tree2cfb13637de9c561ddb3dad37d24932c94a18fc5 /wizard
parentd831395013694d8762d11e8e55540f8de789979a (diff)
downloadmonzero-gui-1c5899731c681eef0624980a729a26bf8e62ca37.tar.gz
monzero-gui-1c5899731c681eef0624980a729a26bf8e62ca37.tar.xz
monzero-gui-1c5899731c681eef0624980a729a26bf8e62ca37.zip
WizardPasswordInput: update password strength on paste too
Diffstat (limited to 'wizard')
-rw-r--r--wizard/WizardPasswordInput.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/wizard/WizardPasswordInput.qml b/wizard/WizardPasswordInput.qml
index 00201ecf..62f27a3f 100644
--- a/wizard/WizardPasswordInput.qml
+++ b/wizard/WizardPasswordInput.qml
@@ -54,6 +54,7 @@ FocusScope {
border.width: 0
}
}
+ onTextChanged: changed(text)
Keys.onReleased: {
changed(text)