From: duplo Date: Tue, 21 Apr 2009 13:07:05 +0000 (+0000) Subject: Expand the first level of the tree X-Git-Tag: 2.1.0~80 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=3c1b7681cf9d1501a56b385c7e483dbc278f3863;p=bertos.git Expand the first level of the tree git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2602 38d2e660-2303-0410-9eaa-f027e97ec537 --- 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