Reload the source tree only the first time is needed
[bertos.git] / wizard / BCpuPage.py
index 17759b08485ab0071a3fc1ad7f0472d770bbc8cf..41434967ea07cac17b2ea9b2765f8268cc69de7f 100644 (file)
@@ -47,6 +47,7 @@ class BCpuPage(BWizardPage):
         self.pageContent.descriptionLabel.setText("")
     
     def reloadData(self):
+        bertos_utils.loadSourceTree(self._project())
         self._populateCpuList()
         cpuName = self._projectInfoRetrieve("CPU_NAME")
         self._setupUi()