diff -r 050f5a001826 -r a8dace95f965 py_ext/PythonEditor.py --- 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()