mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
bump crengine: fix max image height, handle <epub:switch> (#4390)
Includes: - (Upstream) Fix dangerous compile warnings - Fix max image height to prevent spurious page breaks - Hide <epub:case> in <epub:switch>, show only <epub:default> Adds a style tweak to show <epub:case> and hide <epub:default> for the curious person.
This commit is contained in:
@@ -67,7 +67,7 @@ describe("Readersearch module", function()
|
||||
it("should find the last occurrence", function()
|
||||
-- local logger = require("logger")
|
||||
-- logger.info("nb of pages", doc:getPageCount())
|
||||
-- 20181206: currently 267 pages
|
||||
-- 20181208: currently 266 pages
|
||||
for i = 100, 180, 10 do
|
||||
rolling:onGotoPage(i)
|
||||
local words = search:searchFromEnd("Verona")
|
||||
|
||||
Reference in New Issue
Block a user