Skip to content

Commit

Permalink
[22.14_41] prevent the resetting of a WizardForm view when the user c…
Browse files Browse the repository at this point in the history
…omes back to it (#255)

Fix #PJAZZ-898
  • Loading branch information
jmousset committed May 16, 2023
1 parent c5c8b62 commit 1ed2e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tryton/gui/window/wizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def end(self, callback=None):

def set_cursor(self):
if self.screen:
self.screen.set_cursor()
self.screen.set_cursor(reset_view=False)


class WizardDialog(Wizard, NoModal):
Expand Down

0 comments on commit 1ed2e75

Please sign in to comment.