[evince/390-to-move-to-the-next-prev-line-using-the-caret-cursor-loops-on-the-same-page-in-non-continous-mode] Update ev-view.c
- From: Germán Poo-Caamaño <gpoo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince/390-to-move-to-the-next-prev-line-using-the-caret-cursor-loops-on-the-same-page-in-non-continous-mode] Update ev-view.c
- Date: Sat, 23 Nov 2019 23:18:38 +0000 (UTC)
commit 079372a26ffae7f144762d1b555f7529507f5ade
Author: Germán Poo-Caamaño <gpoo calcifer org>
Date: Sat Nov 23 23:18:24 2019 +0000
Update ev-view.c
libview/ev-view.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libview/ev-view.c b/libview/ev-view.c
index 1f627c14..1e84685b 100644
--- a/libview/ev-view.c
+++ b/libview/ev-view.c
@@ -6594,7 +6594,7 @@ ev_view_move_cursor (EvView *view,
if (changed_page) {
rect.x += view->scroll_x;
rect.y += view->scroll_y;
- ensure_rectangle_is_visible (view, &rect);
+ _ev_view_ensure_rectangle_is_visible (view, &rect);
g_signal_emit (view, signals[SIGNAL_CURSOR_MOVED], 0, view->cursor_page,
view->cursor_offset);
clear_selection (view);
return TRUE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]