diff -r 72a826dfcfbb -r 02fe382c4511 canfestival/SlaveEditor.py --- a/canfestival/SlaveEditor.py Wed Jul 31 10:45:07 2013 +0900 +++ b/canfestival/SlaveEditor.py Mon Nov 18 12:12:31 2013 +0900 @@ -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() +