From: Dana Jansens Date: Fri, 27 Dec 2002 09:06:10 +0000 (+0000) Subject: delete the rects X-Git-Tag: openbox-2_3_0~690 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=b2079b56e4b2ea398d67fb5e15614797a0236f28;p=dana%2Fopenbox.git delete the rects --- diff --git a/scripts/clientmotion.py b/scripts/clientmotion.py index ac33816a..4703c050 100644 --- a/scripts/clientmotion.py +++ b/scripts/clientmotion.py @@ -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