Show the previously selected preset, when coming back from the toolchain page.
[bertos.git] / wizard / BBoardPage.py
index f063e77448402b524cf283b1ef34b3178da2ff55..fdad680ba4ec83e983e46b6765fb7782ba4e855a 100644 (file)
@@ -68,6 +68,7 @@ class BBoardPage(BWizardPage):
             preset_path = preset_path["path"]
             self.setProjectInfo("PROJECT_BOARD", preset_path)
             self.setProjectInfo("PROJECT_FROM_PRESET", True)
+            self.setProjectInfo("PRESET_LOADED", False)
             return True
         else:
             return False