mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Quickfill cells: Remove the selection after a delete.
So that new characters aren't selected afterwards.
This commit is contained in:
parent
f6cd83a1d1
commit
e9a1d49125
@ -192,6 +192,8 @@ gnc_quickfill_cell_modify_verify (BasicCell *_cell,
|
||||
gnc_quickfill_cell_set_original (cell, NULL);
|
||||
|
||||
gnc_basic_cell_set_value_internal (&cell->cell, newval);
|
||||
// Remove any selection.
|
||||
*end_selection = *start_selection = *cursor_position;
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user