delete the rects
This commit is contained in:
parent
cb718e2ad9
commit
b2079b56e4
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ def def_motion_release(action, win, type, modifiers, button, xroot, yroot,
|
||||||
global posqueue
|
global posqueue
|
||||||
for i in posqueue:
|
for i in posqueue:
|
||||||
if i[0] == button:
|
if i[0] == button:
|
||||||
#delete_Rect i[3]
|
delete_Rect(i[3])
|
||||||
posqueue.remove(i)
|
posqueue.remove(i)
|
||||||
break
|
break
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue