Fix cursor handling in the register.

Broken by over-aggressively capturing the selection.
This commit is contained in:
John Ralls 2018-09-16 11:19:26 -07:00
parent 5057703d30
commit 06d836e66b

View File

@ -399,8 +399,6 @@ gnucash_sheet_activate_cursor_cell (GnucashSheet *sheet,
{
gtk_editable_set_position (editable, cursor_pos);
gtk_editable_select_region (editable, start_sel, end_sel);
sheet->start_sel = start_sel;
sheet->end_sel = end_sel;
}
else
gtk_editable_set_position (editable,