parent
2b830d9dab
commit
ed1dd1a125
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue