summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/clientmotion.py2
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