Expand the first level of the tree
[bertos.git] / wizard / BCreationPage.py
index 1e2f7fdc4723d488425329b5ad7cf572cde56ea0..2c4cb9a36d6dee85a0fe8a09ea388093aada13a6 100644 (file)
@@ -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