mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug 798186 - Incorrect result editting account in register when...
overtyping a part selection. Because the selection got deleted twice. Clear the selection after the first delete.
This commit is contained in:
@@ -629,6 +629,7 @@ gnc_combo_cell_modify_verify (BasicCell* _cell,
|
||||
if (change == NULL || *cursor_position < _cell->value_chars)
|
||||
{
|
||||
gnc_basic_cell_set_value_internal (_cell, newval);
|
||||
*start_selection = *end_selection = *cursor_position;
|
||||
return;
|
||||
}
|
||||
match_str = quickfill_match (box->qf, newval);
|
||||
|
||||
Reference in New Issue
Block a user