Summary: | After adding a new pdf page, trying to pdf_load_page() the new page returns a wrong page. | ||
---|---|---|---|
Product: | MuPDF | Reporter: | Ardo <aldo.w.buratti> |
Component: | mupdf | Assignee: | MuPDF bugs <mupdf-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | robin.watts |
Priority: | P4 | ||
Version: | 1.22.0 | ||
Hardware: | All | ||
OS: | All | ||
Customer: | Word Size: | --- |
Description
Ardo
2023-07-09 20:43:56 UTC
Fixed with: commit 1ae74cec7bfebc54d900fb084a5ab4e604b2d368 (golden/master) Author: Robin Watts <Robin.Watts@artifex.com> Date: Mon Jul 17 17:14:16 2023 +0100 Bug 706859: Keep fz layer up to date with changes in pdf pages. When we pdf_insert_page or pdf_delete_page, we modify the pdf page tree, but don't adjust the list of opened pages that the fz layer is holding. Make those modifications here. Thanks for the report! |