delete the rects

This commit is contained in:
Dana Jansens 2002-12-27 09:06:10 +00:00
parent cb718e2ad9
commit b2079b56e4

View file

@ -26,7 +26,7 @@ def def_motion_release(action, win, type, modifiers, button, xroot, yroot,
global posqueue
for i in posqueue:
if i[0] == button:
#delete_Rect i[3]
delete_Rect(i[3])
posqueue.remove(i)
break