diff options
author | Antia Puentes <[email protected]> | 2013-06-26 17:40:10 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-09-06 18:25:34 +0200 |
commit | 0787e98dde0476c004758dad7a993bc8ff926cbe (patch) | |
tree | 3bbfabaad2d6074f304489e742cb9a1b8dd34e6d /libview/ev-view-private.h | |
parent | 502b35b6de941c3aa6643a5bf9ef37f1b985ec01 (diff) | |
download | atril-0787e98dde0476c004758dad7a993bc8ff926cbe.tar.bz2 atril-0787e98dde0476c004758dad7a993bc8ff926cbe.tar.xz |
libview: Keep the offset inside a line when moving the caret between lines
https://bugzilla.gnome.org/show_bug.cgi?id=702075
origin commit:
https://git.gnome.org/browse/evince/commit/?h=gnome-3-10&id=255b977
Diffstat (limited to 'libview/ev-view-private.h')
-rw-r--r-- | libview/ev-view-private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libview/ev-view-private.h b/libview/ev-view-private.h index b91b54d6..869958f9 100644 --- a/libview/ev-view-private.h +++ b/libview/ev-view-private.h @@ -221,6 +221,7 @@ struct _EvView { gboolean caret_enabled; gint cursor_offset; gint cursor_page; + gdouble cursor_line_offset; gboolean cursor_visible; guint cursor_blink_timeout_id; guint cursor_blink_time; |