From: duplo Date: Thu, 22 Oct 2009 13:54:51 +0000 (+0000) Subject: Clear the property table when changing the selection of the module in the module... X-Git-Tag: 2.4.0~105 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;ds=inline;h=4f66cd9ddd167723633cf7304fdd29f18a832580;p=bertos.git Clear the property table when changing the selection of the module in the module table git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3092 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/wizard/BModulePage.py b/wizard/BModulePage.py index ca051603..e79fc377 100644 --- a/wizard/BModulePage.py +++ b/wizard/BModulePage.py @@ -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): """