kivy wizard: do call run() when password dialog is dismissed, it modifies the stack. (see #6582)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user