controls/DebugVariablePanel/DebugVariableTablePanel.py
changeset 1214 2ef048b5383c
parent 1209 953a8f14040a
--- a/controls/DebugVariablePanel/DebugVariableTablePanel.py	Mon Jun 03 11:52:13 2013 +0200
+++ b/controls/DebugVariablePanel/DebugVariableTablePanel.py	Mon Jun 03 17:29:03 2013 +0200
@@ -470,7 +470,7 @@
             menu.Destroy()
         event.Skip()
     
-    def InsertValue(self, iec_path, index=None, force=False):
+    def InsertValue(self, iec_path, index=None, force=False, graph=False):
         """
         Insert a new variable to debug in table
         @param iec_path: Variable path to debug
@@ -478,6 +478,8 @@
         insert at last position)
         @param force: Force insertion of variable even if not defined in
         producer side
+        @param graph: Values must be displayed in graph canvas (Do nothing,
+        here for compatibility with Debug Variable Graphic Panel)
         """
         # Return immediately if variable is already debugged
         for item in self.Table.GetData():