py_ext/PythonEditor.py
changeset 751 a8dace95f965
parent 743 4645a3a398ad
child 753 05502e574589
--- a/py_ext/PythonEditor.py	Wed May 23 12:19:53 2012 +0200
+++ b/py_ext/PythonEditor.py	Wed May 23 16:28:50 2012 +0200
@@ -296,6 +296,8 @@
             self.CurrentAction = None
 
     def RefreshView(self):
+        ConfTreeNodeEditor.RefreshView(self)
+        
         self.ResetBuffer()
         self.DisableEvents = True
         old_cursor_pos = self.ConfNodeEditor.GetCurrentPos()