diff -r fa77f3b8f182 -r adda406d3960 canfestival/SlaveEditor.py --- a/canfestival/SlaveEditor.py Tue Aug 06 01:29:14 2013 +0200 +++ b/canfestival/SlaveEditor.py Wed Aug 07 11:47:14 2013 +0200 @@ -75,8 +75,9 @@ self.ParentWindow.RefreshPageTitles() class MasterViewer(SlaveEditor): + SHOW_BASE_PARAMS = False SHOW_PARAMS = False - + def __init__(self, parent, controler, window, tagname): SlaveEditor.__init__(self, parent, controler, window, False) @@ -96,3 +97,7 @@ def IsViewing(self, tagname): return self.GetInstancePath() == tagname + + def RefreshView(self): + self.SlaveNodeEditor.RefreshIndexList() +