X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2FBToolchainPage.py;h=65505fb4310089f9be3ba307046a19bd50f41fd3;hb=5626c31e8564664172ded764dc701904302560d1;hp=25fa260f3c67587b2442e2557ea2e091b27dbb22;hpb=2d0ed91b73aafe29d183c4c525b953f169a6da51;p=bertos.git diff --git a/wizard/BToolchainPage.py b/wizard/BToolchainPage.py index 25fa260f..65505fb4 100644 --- a/wizard/BToolchainPage.py +++ b/wizard/BToolchainPage.py @@ -180,6 +180,7 @@ class BToolchainPage(BWizardPage): Fills the toolchain list with the toolchains stored in the QSettings. """ self.pageContent.toolchainList.clear() + self._valid_items = [] toolchains = self._toolchain_manager.predefined_toolchains + self._toolchain_manager.toolchains sel_toolchain = self.projectInfo("TOOLCHAIN") for key, value in toolchains: