mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
fiveway left in pan mode with position to bottom of column
This commit is contained in:
@@ -480,12 +480,12 @@ function PDFReader:inputloop()
|
||||
self.offset_x = 0
|
||||
if self.pan_by_page and self.pageno > 1 then
|
||||
self.offset_x = self.pan_x
|
||||
self.offset_y = self.pan_y
|
||||
self.offset_y = self.min_offset_y -- bottom
|
||||
self:goto(self.pageno - 1)
|
||||
end
|
||||
end
|
||||
if self.pan_by_page then
|
||||
self.offset_y = self.pan_y
|
||||
self.offset_y = self.min_offset_y
|
||||
end
|
||||
elseif ev.code == KEY_FW_RIGHT then
|
||||
self.offset_x = self.offset_x - x
|
||||
|
||||
Reference in New Issue
Block a user