Screenshot: set as book custom cover (#11227)

This commit is contained in:
hius07
2023-12-16 10:36:57 +02:00
committed by GitHub
parent 0d2f8fbb3f
commit f765fe3070
12 changed files with 212 additions and 320 deletions

View File

@@ -152,7 +152,7 @@ end
-- this might be overridden by a document implementation
function Document:getNativePageDimensions(pageno)
local hash = "pgdim|"..self.file.."|"..pageno
local hash = "pgdim|"..self.file.."|"..self.mod_time.."|"..pageno
local cached = DocCache:check(hash)
if cached then
return cached[1]