controls/EditorPanel.py
changeset 718 0183a66eddf9
parent 714 131ea7f237b9
child 719 bc2e98641bdd
--- a/controls/EditorPanel.py	Thu Jun 28 12:03:12 2012 +0200
+++ b/controls/EditorPanel.py	Thu Jun 28 12:03:27 2012 +0200
@@ -92,7 +92,7 @@
         pass
     
     def IsViewing(self, tagname):
-        return self.TagName == tagname
+        return self.GetTagName() == tagname
 
     def IsDebugging(self):
         return self.Debug