editors/Viewer.py
changeset 1293 40117d02601b
parent 1287 70dc98533ec6
child 1331 38c5de794e62
--- a/editors/Viewer.py	Wed Aug 28 11:53:50 2013 +0200
+++ b/editors/Viewer.py	Thu Aug 29 00:28:39 2013 +0200
@@ -1074,7 +1074,7 @@
     def RefreshView(self, variablepanel=True, selection=None):
         EditorPanel.RefreshView(self, variablepanel)
         
-        if self.TagName.split("::")[0] == "A":
+        if self.TagName.split("::")[0] == "A" and self.Debug:
             self.AddDataConsumer("%s.Q" % self.InstancePath.upper(), self)
         
         if self.ToolTipElement is not None: