Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
Sebastian Ramacher 2016-11-04 19:37:13 +01:00
parent 32607326a9
commit 10641d688d

View file

@ -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);
}