controls/CustomTree.py
changeset 1847 6198190bc121
parent 1766 c1e5b9f19483
child 1881 091005ec69c4
--- a/controls/CustomTree.py	Tue Oct 03 16:31:31 2017 +0300
+++ b/controls/CustomTree.py	Thu Oct 05 16:38:49 2017 +0300
@@ -114,7 +114,7 @@
     def OnLeftUp(self, event):
         if self.Enabled:
             pos = event.GetPosition()
-            item, flags = self.HitTest(pos)
+            _item, flags = self.HitTest(pos)
 
             bitmap_rect = self.GetBitmapRect()
             if ((bitmap_rect.InsideXY(pos.x, pos.y) or