controls/PouInstanceVariablesPanel.py
changeset 885 fc91d3718b74
parent 826 098f822ef308
child 898 6b2958f04f30
--- a/controls/PouInstanceVariablesPanel.py	Thu Nov 15 23:04:41 2012 +0100
+++ b/controls/PouInstanceVariablesPanel.py	Thu Nov 15 23:32:54 2012 +0100
@@ -272,7 +272,7 @@
                 if infos["class"] in ITEMS_VARIABLE:
                     var_path = "%s.%s" % (self.InstanceChoice.GetStringSelection(), 
                                           infos["name"])
-                    self.ParentWindow.OpenGraphicViewer(var_path)
+                    self.ParentWindow.OpenDebugViewer(infos["class"], var_path, infos["type"])
             event.Skip()
         return GraphButtonCallback