editors/Viewer.py
changeset 1329 9d0cb01312f0
parent 1293 40117d02601b
child 1331 38c5de794e62
--- a/editors/Viewer.py	Thu Sep 26 20:47:36 2013 +0900
+++ b/editors/Viewer.py	Fri Sep 27 09:32:39 2013 +0900
@@ -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: