mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
add semi-auto bbox option in page crop dialog
This commit is contained in:
@@ -87,7 +87,7 @@ function DjvuDocument:invertTextYAxel(pageno, text_table)
|
||||
end
|
||||
|
||||
function DjvuDocument:getPageBBox(pageno)
|
||||
if self.configurable.text_wrap ~= 1 and self.configurable.trim_page == 1 then
|
||||
if self.configurable.text_wrap ~= 1 and self.configurable.trim_page > 0 then
|
||||
return self.koptinterface:getAutoBBox(self, pageno)
|
||||
else
|
||||
return Document.getPageBBox(self, pageno)
|
||||
|
||||
Reference in New Issue
Block a user