gnucash maint: Bug 798694 - Cursor in the wrong place after pasting with auto-completion
Geert Janssens
gjanssens at code.gnucash.org
Sat Dec 17 05:31:57 EST 2022
Updated via https://github.com/Gnucash/gnucash/commit/16dca1ad (commit)
from https://github.com/Gnucash/gnucash/commit/dfb20456 (commit)
commit 16dca1ad5e935c00043365cb1fabce5d19169882
Author: Geert Janssens <geert at kobaltwit.be>
Date: Sat Dec 17 11:28:53 2022 +0100
Bug 798694 - Cursor in the wrong place after pasting with auto-completion
diff --git a/gnucash/register/register-core/quickfillcell.c b/gnucash/register/register-core/quickfillcell.c
index f1d4817b1..20c135ffa 100644
--- a/gnucash/register/register-core/quickfillcell.c
+++ b/gnucash/register/register-core/quickfillcell.c
@@ -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);
}
Summary of changes:
gnucash/register/register-core/quickfillcell.c | 1 -
1 file changed, 1 deletion(-)
More information about the gnucash-changes
mailing list