Fixed bug VariablePanel and ProjectProperties not refreshed in ProjectNodeEditor
--- 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()