Skip to content

Commit

Permalink
Update overview when deleting a character with the 'DEL' key
Browse files Browse the repository at this point in the history
Thanks to xenoborg@googlemail.com for the patch.

https://bugzilla.gnome.org/show_bug.cgi?id=548438
  • Loading branch information
kalev committed Aug 3, 2011
1 parent f0499d7 commit 8e27627
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gtkhex.c
Expand Up @@ -1699,6 +1699,7 @@ static gboolean gtk_hex_key_press(GtkWidget *w, GdkEventKey *event) {
if(gh->cursor_pos < gh->document->file_size) {
hex_document_set_data(gh->document, gh->cursor_pos,
0, 1, NULL, TRUE);
gtk_hex_set_cursor(gh, gh->cursor_pos);
}
break;
case GDK_KEY_Up:
Expand Down

0 comments on commit 8e27627

Please sign in to comment.