Commit 17ee6a55 authored by Shawn Rutledge's avatar Shawn Rutledge
Browse files

QPdfDocument::pageSize(): add checkPageComplete()

checkPageComplete() calls FPDFAvail_IsPageAvail(), which does some
initialization that is necessary before PDFium is able to provide any
information about that page.  The static readImage() function in
qquickpixmapcache.cpp calls QImageReader::size() before rendering,
to determine the size of the image that will be read, and that
ends up calling QPdfDocument::pageSize(); so it's important to
"go to" that page before attempting to read its size.  In summary,
checkPageComplete() is the "go to page" function that must be called
before any other page-specific function.

Amends 9231d344



Change-Id: Idf5ba9d013b62395c284d055fbfe835fe949df79
Reviewed-by: default avatarShawn Rutledge <shawn.rutledge@qt.io>
Showing with 1 addition and 1 deletion
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment