summaryrefslogtreecommitdiff
path: root/source/html/epub-doc.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/html/epub-doc.c')
-rw-r--r--source/html/epub-doc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/html/epub-doc.c b/source/html/epub-doc.c
index 541fb7eb..ec506409 100644
--- a/source/html/epub-doc.c
+++ b/source/html/epub-doc.c
@@ -425,6 +425,7 @@ epub_init(fz_context *ctx, fz_archive *zip)
doc->super.count_pages = epub_count_pages;
doc->super.load_page = epub_load_page;
doc->super.lookup_metadata = epub_lookup_metadata;
+ doc->super.is_reflowable = 1;
fz_try(ctx)
{