canfestival/SlaveEditor.py
changeset 1286 adda406d3960
parent 1021 939b1a1c7aa5
child 1511 91538d0c242c
--- 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()
+