git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@695 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1998-03-22 17:48:32 +00:00
parent c6a8b93dda
commit 677ac93a2b

View File

@ -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);
}
}