GNOME Bugzilla – Bug 526445
selection always starts from beginning of file when only using keyboard
Last modified: 2008-05-04 21:18:26 UTC
patch to follow
Created attachment 108700 [details] [review] [PATCH] * src/gtkhex.c: fix a bug where the selection would always start at 0 if the user only used the keyboard. To reproduce, navigate away from the start of the document, then press Shift+Down, and the text will be selected, but instead of starting the selection from where the cursor was when you pressed Down, it would start from the beginning of the file. --- ChangeLog | 8 ++++++++ src/gtkhex.c | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-)