From 4f66cd9ddd167723633cf7304fdd29f18a832580 Mon Sep 17 00:00:00 2001 From: duplo Date: Thu, 22 Oct 2009 13:54:51 +0000 Subject: [PATCH] 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 --- wizard/BModulePage.py | 2 ++ 1 file changed, 2 insertions(+) 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): """ -- 2.25.1