From 5923d9acb1b926a29405283732a14248d9453a93 Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Mon, 3 Dec 2018 21:47:06 +0100 Subject: [PATCH] CS --- zathura/synctex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zathura/synctex.c b/zathura/synctex.c index 6de8567..f003800 100644 --- a/zathura/synctex.c +++ b/zathura/synctex.c @@ -178,7 +178,7 @@ synctex_rectangles_from_position(const char* filename, const char* input_file, rect.x1 = synctex_node_box_visible_h(node); rect.y1 = synctex_node_box_visible_v(node) - synctex_node_box_visible_height(node); rect.x2 = rect.x1 + synctex_node_box_visible_width(node); - rect.y2 = synctex_node_box_visible_depth(node) + synctex_node_box_visible_height (node) + rect.y1; + rect.y2 = synctex_node_box_visible_depth(node) + synctex_node_box_visible_height(node) + rect.y1; if (*page == current_page) { zathura_rectangle_t* real_rect = g_try_malloc(sizeof(zathura_rectangle_t));