X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2FBModulePage.py;h=8e1a80f7e4980352a9d1e3fe7e89dce7ec540b9e;hb=483e0ab79500ed341bab7d9536b6c6239a0ad513;hp=c6a8da67c281eb9bbaf9baddf987a112058ff426;hpb=8443f2c0c53e22324fdd2c9a2659de7c85c7fba3;p=bertos.git diff --git a/wizard/BModulePage.py b/wizard/BModulePage.py index c6a8da67..8e1a80f7 100644 --- a/wizard/BModulePage.py +++ b/wizard/BModulePage.py @@ -219,7 +219,9 @@ class BModulePage(BWizardPage): """ Loads the module data. """ - if not self.project.edit: + # Do not load the module data again when the Wizard is in editing mode + # or when it's working on a preset. + if not self.project.edit and not self.project.from_preset: # Load the module data every time so that if the user changed the cpu # the right configurations are picked up. try: