bump crengine: parsing, lists, 2-pages mode fixes & tweaks (#7138)

Includes:
- EPUB: fix truncated HEAD>STYLE stylesheet
- XML parsing: slightly better parsing of <script>
- Update German hyphenation patterns
- (chore) Silence some clang warnings
- (Upstream) CSS content: fix regression with open-quote/close-quote
- (Upstream) HTML lists: support the 'reversed' attribute
- (Upstream) Tweak list items disc/circle/square symbols
- 2-pages mode: option to skip geometry checks

CRE bottom menu: allow toggling Dual Pages in portrait mode.
This commit is contained in:
poire-z
2021-01-13 20:26:14 +01:00
committed by GitHub
parent 1148e46651
commit 396d1fbf46
3 changed files with 6 additions and 4 deletions

View File

@@ -1134,7 +1134,7 @@ end
function CreDocument:setVisiblePageCount(new_count)
logger.dbg("CreDocument: set visible page count", new_count)
self._document:setVisiblePageCount(new_count)
self._document:setVisiblePageCount(new_count, false)
end
function CreDocument:setBatteryState(state)