1
0

kivy wizard: do call run() when password dialog is dismissed, it modifies the stack. (see #6582)

This commit is contained in:
ThomasV
2020-12-02 11:23:03 +01:00
parent 2923c00d38
commit 7ce4727507

View File

@@ -1126,7 +1126,7 @@ class InstallWizard(BaseWizard, Widget):
run_next(pw, True)
def on_failure():
self.show_error(_('Password mismatch'))
self.run('request_password', run_next)
self.request_password(run_next)
popup = PasswordDialog(
self.app,
check_password=lambda x:True,