From 74cfb1b4c115cdb4e05aa823b09d2b5ea9d0d690 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 9 Feb 2003 22:40:47 +0000 Subject: signed ints instead of unsigned ints again. less pain. pain bad. --- scripts/motion.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'scripts/motion.py') diff --git a/scripts/motion.py b/scripts/motion.py index 2ed07863..2d6939c5 100644 --- a/scripts/motion.py +++ b/scripts/motion.py @@ -214,8 +214,6 @@ def _do_resize(): w = _cw + dx h = _ch + dy - if w < 0: w = 0 - if h < 0: h = 0 if RESIZE_RUBBERBAND: # draw the outline ... -- cgit v1.2.3