Fixed bug when displaying Master generated Object Dictionary in canfestival extension
authorLaurent Bessard
Wed, 07 Aug 2013 11:47:14 +0200
changeset 1286 adda406d3960
parent 1285 fa77f3b8f182
child 1287 70dc98533ec6
child 1290 13ee5f4ab612
Fixed bug when displaying Master generated Object Dictionary in canfestival extension
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()
+