editors/Viewer.py
changeset 1307 26e8b99bc2c3
parent 1293 40117d02601b
child 1331 38c5de794e62
--- a/editors/Viewer.py	Wed Sep 04 00:06:44 2013 +0200
+++ b/editors/Viewer.py	Mon Sep 09 00:48:34 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: