mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix cursor handling in the register.
Broken by over-aggressively capturing the selection.
This commit is contained in:
parent
5057703d30
commit
06d836e66b
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user