diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-27 09:06:10 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-27 09:06:10 +0000 |
| commit | b2079b56e4b2ea398d67fb5e15614797a0236f28 (patch) | |
| tree | b17405e4ead1988f85f7881ac54b79265d3fd314 | |
| parent | cb718e2ad931928389ab95cc71564ea8358e92fd (diff) | |
delete the rects
| -rw-r--r-- | scripts/clientmotion.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
