fixed stupid bug

--HG--
branch : pmacs2
This commit is contained in:
moculus 2007-06-26 17:56:15 +00:00
parent 2b830d9dab
commit ed1dd1a125
1 changed files with 1 additions and 1 deletions

View File

@ -406,7 +406,7 @@ class Window(object):
(x, y) = (0, 0) (x, y) = (0, 0)
break break
counter += 1 counter += 1
self.first = Point(x - (x % self.width), y + 2) self.first = Point(x - (x % self.width), y)
self.redraw() self.redraw()
# mark manipulation # mark manipulation