Skip to content

Commit

Permalink
Prevent the resetting of a WizardForm view when the user comes back t…
Browse files Browse the repository at this point in the history
…o it [PREVIEW] (coopengo#255)

Fix #PJAZZ-898
  • Loading branch information
jmousset authored and nicoe committed Jun 30, 2023
1 parent e0b4912 commit 67f02bb
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 67f02bb

Please sign in to comment.