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