Bump base for crengine bump (#3249)

crengine crashes, rendering and selection delay fix by @frankyifei
pull/3146/merge
poire-z 7 years ago committed by GitHub
parent 4d18ac1100
commit 2c1e7f2a4f

@ -1 +1 @@
Subproject commit dd2013f28352f6d0ca38204eecf9218b507c4c24
Subproject commit 014a300fc6d9e4d4fc265a739b9d6c573055a400

@ -18,7 +18,7 @@ describe("ReaderLink module", function()
}
readerui.rolling:onGotoPage(4)
readerui.link:onTap(nil, {pos = {x = 336, y = 668}})
assert.is.same(37, readerui.rolling.current_page)
assert.is.same(36, readerui.rolling.current_page)
end)
it("should jump to links in pdf page mode", function()
@ -55,7 +55,7 @@ describe("ReaderLink module", function()
}
readerui.rolling:onGotoPage(4)
readerui.link:onTap(nil, {pos = {x = 336, y = 668}})
assert.is.same(37, readerui.rolling.current_page)
assert.is.same(36, readerui.rolling.current_page)
readerui.link:onGoBackLink()
assert.is.same(4, readerui.rolling.current_page)
end)

Loading…
Cancel
Save