diff options
| author | moneromooo.monero <moneromooo.monero@users.noreply.github.com> | 2016-12-25 22:57:32 +0000 |
|---|---|---|
| committer | moneromooo.monero <moneromooo.monero@users.noreply.github.com> | 2016-12-25 22:59:19 +0000 |
| commit | 1c5899731c681eef0624980a729a26bf8e62ca37 (patch) | |
| tree | 2cfb13637de9c561ddb3dad37d24932c94a18fc5 /wizard | |
| parent | d831395013694d8762d11e8e55540f8de789979a (diff) | |
| download | monzero-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.qml | 1 |
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) |
