1
0
mirror of https://github.com/ciromattia/kcc synced 2026-07-04 20:15:39 +00:00

Small cleanup

This commit is contained in:
Paweł Jastrzębski
2013-06-21 18:30:11 +02:00
parent 3e117f46d5
commit 02d1fe308d
6 changed files with 7 additions and 9 deletions
+1
View File
@@ -181,6 +181,7 @@ class ComicPage:
size = (self.size[0], self.size[1])
else:
size = (self.panelviewsize[0], self.panelviewsize[1])
# Kindle Paperwhite - Force upscale of splited pages to increase readability
if isSplit and landscapeMode:
upscale = True
if self.image.size[0] <= self.size[0] and self.image.size[1] <= self.size[1]: