Skip to content

Commit

Permalink
Bug 797804 - Another misbehaving text cursor in register.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob-IT committed Jun 14, 2020
1 parent 4ca52b2 commit dcfe85c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gnucash/register/register-gnome/datecell-gnome.c
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,6 @@ gnc_date_cell_modify_verify (BasicCell *_cell,
{
gnc_basic_cell_set_value_internal (&cell->cell, newval);
gnc_parse_date (&(box->date), newval, FALSE);
*cursor_position += g_utf8_strlen (change, -1);
*end_selection = *start_selection = *cursor_position;

if (!box->date_picker)
Expand Down

0 comments on commit dcfe85c

Please sign in to comment.