feat: pdfviewer - expand PDF rendering support

This commit is contained in:
2026-08-10 15:03:54 +02:00
parent 9b23d99082
commit 990d184bd0
8 changed files with 1609 additions and 263 deletions
+2
View File
@@ -85,6 +85,8 @@ static void go_to_page(int page) {
if (page >= g_doc.page_count) page = g_doc.page_count - 1;
g_current_page = page;
g_scroll_y = 0;
ensure_page_parsed(page);
trim_page_cache(page);
}
static void zoom_in() {