Bug 798694 - Cursor in the wrong place after pasting with auto-completion

This commit is contained in:
Geert Janssens 2022-12-17 11:28:53 +01:00
parent dfb2045678
commit 16dca1ad5e

View File

@ -239,7 +239,6 @@ gnc_quickfill_cell_modify_verify (BasicCell *_cell,
*start_selection = newval_chars;
*end_selection = -1;
*cursor_position += change_chars;
gnc_basic_cell_set_value_internal (&cell->cell, match_str);
}