1
0
mirror of https://github.com/ciromattia/kcc synced 2026-05-24 00:12:36 +00:00

Implemented OSX PATH change to Windows code too + minor tweaks

This commit is contained in:
Paweł Jastrzębski
2013-11-09 20:09:34 +01:00
parent 8687604d26
commit 0a30f1ffb9
4 changed files with 10 additions and 9 deletions

View File

@@ -491,6 +491,7 @@ class ComicPage:
startY = stopY + 1
stopY = startY + 3
if stopY > self.image.size[1] and searching:
startY = self.image.size[1] - 3
stopY = self.image.size[1]
searching = False
# Search fom vertical solid lines
@@ -504,6 +505,7 @@ class ComicPage:
startX = stopX + 1
stopX = startX + 3
if stopX > self.image.size[0] and searching:
startX = self.image.size[0] - 3
stopX = self.image.size[0]
searching = False
if fill > 0: