From ed1dd1a1252cc5a8b0609c9e67533884e40274e1 Mon Sep 17 00:00:00 2001 From: moculus Date: Tue, 26 Jun 2007 17:56:15 +0000 Subject: [PATCH] fixed stupid bug --HG-- branch : pmacs2 --- window2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/window2.py b/window2.py index d1d0d77..b57879b 100644 --- a/window2.py +++ b/window2.py @@ -406,7 +406,7 @@ class Window(object): (x, y) = (0, 0) break counter += 1 - self.first = Point(x - (x % self.width), y + 2) + self.first = Point(x - (x % self.width), y) self.redraw() # mark manipulation