delete the rects
authorDana Jansens <danakj@orodu.net>
Fri, 27 Dec 2002 09:06:10 +0000 (09:06 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 27 Dec 2002 09:06:10 +0000 (09:06 +0000)
scripts/clientmotion.py

index ac33816..4703c05 100644 (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