TextViewer.py
changeset 53 4988262d03e3
parent 50 4610aafc884e
child 56 7187e1c00975
--- a/TextViewer.py	Sat Jul 21 01:17:02 2007 +0200
+++ b/TextViewer.py	Sat Jul 21 01:20:00 2007 +0200
@@ -127,7 +127,7 @@
         except:
             values = event.GetDragText()
         if isinstance(values, tuple):
-            if values[1] in ["functionBlock", "program"]:
+            if values[1] in ["functionBlock", "program", "location"]:
                 event.SetDragText("")
             else:
                 event.SetDragText(values[0])