mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-21 16:38:06 -06:00
another fix
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@149 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
245a5d1bf9
commit
b993e44a82
@ -1545,7 +1545,7 @@ regSaveTransaction( RegWindow *regData, int position )
|
||||
newrow += NUM_ROWS_PER_TRANS;
|
||||
nt = (Transaction *) XbaeMatrixGetRowUserData (regData->reg, newrow);
|
||||
}
|
||||
XbaeMatrixMakeCellVisible( regData->reg, newrow+DATE_CELL_R, DATE_CELL_C );
|
||||
XbaeMatrixMakeCellVisible( regData->reg, newrow+YEAR_CELL_R, YEAR_CELL_C );
|
||||
|
||||
/* Set the currEntry transaction pointer for this register window.
|
||||
* During date reordering we removed and re-inserted
|
||||
|
Loading…
Reference in New Issue
Block a user