From 459b8ba3fc715af79953c0f19d290a1694b1f0fb Mon Sep 17 00:00:00 2001 From: Abdo Roig-Maranges Date: Sat, 26 Oct 2013 19:36:42 +0200 Subject: [PATCH] after a set_scale we need a render_all Signed-off-by: Sebastian Ramacher --- links.c | 1 + 1 file changed, 1 insertion(+) diff --git a/links.c b/links.c index 929e678..fc99bb8 100644 --- a/links.c +++ b/links.c @@ -130,6 +130,7 @@ zathura_link_evaluate(zathura_t* zathura, zathura_link_t* link) if (link->target.destination_type != ZATHURA_LINK_DESTINATION_UNKNOWN) { if (link->target.scale != 0 && link_zoom) { zathura_document_set_scale(zathura->document, link->target.scale); + render_all(zathura); } /* get page */