X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2FBCpuPage.py;h=41434967ea07cac17b2ea9b2765f8268cc69de7f;hb=b9a3cf3a68f2e690f486ff0b0ebcfc20d2d062a3;hp=17759b08485ab0071a3fc1ad7f0472d770bbc8cf;hpb=0933e5f9aeb914fea0d70921504e56b3a0db69a6;p=bertos.git diff --git a/wizard/BCpuPage.py b/wizard/BCpuPage.py index 17759b08..41434967 100644 --- a/wizard/BCpuPage.py +++ b/wizard/BCpuPage.py @@ -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()