X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2FBCreationPage.py;h=2c4cb9a36d6dee85a0fe8a09ea388093aada13a6;hb=3001f6f9ca19a6dd354cb1f82425253484c5468b;hp=1e2f7fdc4723d488425329b5ad7cf572cde56ea0;hpb=ab5542815640b184ac3038500ad282a083bcd8e6;p=bertos.git diff --git a/wizard/BCreationPage.py b/wizard/BCreationPage.py index 1e2f7fdc..2c4cb9a3 100644 --- a/wizard/BCreationPage.py +++ b/wizard/BCreationPage.py @@ -82,5 +82,7 @@ class BCreationPage(BWizardPage): category_item.addChildren(value) top_level.append(module_title) self.pageContent.summaryTree.insertTopLevelItems(0, top_level) + for item in top_level: + self.pageContent.summaryTree.expandItem(item) #### \ No newline at end of file