mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
bug fix
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@695 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
c6a8b93dda
commit
677ac93a2b
@ -510,7 +510,7 @@ xaccVerifyCursorPosition (Table *table, int phys_row, int phys_col)
|
||||
* commit any edits that have been accumulated
|
||||
* in the cursor */
|
||||
xaccCommitCursor (table);
|
||||
xaccMoveCursorGUI (table, virt_row, virt_col);
|
||||
xaccMoveCursorGUI (table, phys_row, phys_col);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user