Nicolas Évrard pushed to branch branch/default at Tryton / Tryton
Commits:
688198fb by Nicolas Évrard at 2023-05-11T15:39:34+02:00
Do not reset view when switching to a tabbed wizard form
Closes #12317
- - - - -
1 changed file:
- tryton/tryton/gui/window/wizard.py
Changes:
=====================================
tryton/tryton/gui/window/wizard.py
=====================================
@@ -300,7 +300,7 @@
def set_cursor(self):
if self.screen:
- self.screen.set_cursor()
+ self.screen.set_cursor(reset_view=False)
class WizardDialog(Wizard, NoModal):
View it on Heptapod:
https://foss.heptapod.net/tryton/tryton/-/commit/688198fbf4432175968378219f6c049cdd338868
--
View it on Heptapod:
https://foss.heptapod.net/tryton/tryton/-/commit/688198fbf4432175968378219f6c049cdd338868
You're receiving this email because of your account on foss.heptapod.net.