From 1c5899731c681eef0624980a729a26bf8e62ca37 Mon Sep 17 00:00:00 2001 From: "moneromooo.monero" Date: Sun, 25 Dec 2016 22:57:32 +0000 Subject: [PATCH] WizardPasswordInput: update password strength on paste too --- wizard/WizardPasswordInput.qml | 1 + 1 file changed, 1 insertion(+) 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)