Viewer.py
changeset 600 7db729686416
parent 599 4bb7b132e15d
child 616 8a60ffcfd70b
--- a/Viewer.py	Fri Dec 09 10:22:26 2011 +0100
+++ b/Viewer.py	Fri Dec 09 11:26:10 2011 +0100
@@ -452,7 +452,7 @@
     def __init__(self, parent, tagname, window, controler, debug = False, instancepath = ""):
         self.VARIABLE_PANEL_TYPE = controler.GetPouType(tagname.split("::")[1])
         
-        EditorPanel.__init__(self, parent, tagname, window, controler)
+        EditorPanel.__init__(self, parent, tagname, window, controler, debug)
         DebugViewer.__init__(self, controler, debug)
         
         self._init_menus()