Clear the property table when changing the selection of the module in the module...
authorduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 22 Oct 2009 13:54:51 +0000 (13:54 +0000)
committerduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 22 Oct 2009 13:54:51 +0000 (13:54 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3092 38d2e660-2303-0410-9eaa-f027e97ec537

wizard/BModulePage.py

index ca05160361f88e78947c44d8d534ef95e81ea264..e79fc3774c7f16fb2381815321aa3ce228a05f77 100644 (file)
@@ -163,6 +163,8 @@ class BModulePage(BWizardPage):
         else:
             self.pageContent.moduleLabel.setText("")
             self.pageContent.moduleLabel.setVisible(False)
+            self.pageContent.propertyTable.clear()
+            self.pageContent.propertyTable.setRowCount(0)
 
     def dependencyCheck(self, item):
         """