Fixed bug VariablePanel and ProjectProperties not refreshed in ProjectNodeEditor
authorLaurent Bessard
Fri, 14 Jun 2013 10:49:14 +0200
changeset 1257 4b7ef7ea318f
parent 1256 02a710c7b5ed
child 1258 441f31474b50
Fixed bug VariablePanel and ProjectProperties not refreshed in ProjectNodeEditor
editors/ProjectNodeEditor.py
--- a/editors/ProjectNodeEditor.py	Thu Jun 13 09:42:59 2013 +0200
+++ b/editors/ProjectNodeEditor.py	Fri Jun 14 10:49:14 2013 +0200
@@ -55,9 +55,8 @@
     
     def RefreshView(self, variablepanel=True):
         ConfTreeNodeEditor.RefreshView(self)
-        if variablepanel:
-            self.VariableEditor.RefreshView()
-        #self.ProjectProperties.RefreshView()
+        self.VariableEditorPanel.RefreshView()
+        self.ProjectProperties.RefreshView()
 
     def GetBufferState(self):
         return self.Controler.GetBufferState()