From 10641d688d8cde125626ad461d366ad31f5aaa4b Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Fri, 4 Nov 2016 19:37:13 +0100 Subject: [PATCH] CS Signed-off-by: Sebastian Ramacher --- zathura/zathura.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zathura/zathura.c b/zathura/zathura.c index 19aaa83..fc0d603 100644 --- a/zathura/zathura.c +++ b/zathura/zathura.c @@ -1482,9 +1482,8 @@ adjust_view(zathura_t* zathura) abs((int)new_cell_height - (int)cell_height) > 1) { render_all(zathura); refresh_view(zathura); - - /* otherwise set the old scale and leave */ } else { + /* otherwise set the old scale and leave */ zathura_document_set_scale(zathura->document, scale); }