mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix bug.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4077 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
7aa14c41cf
commit
d29fe465cf
@ -728,8 +728,7 @@ xaccSRShowTrans (SplitRegister *reg,
|
||||
VirtualCellLocation end_loc;
|
||||
int v_row;
|
||||
|
||||
start_loc = reg->table->current_cursor_loc.vcell_loc;
|
||||
end_loc = reg->table->current_cursor_loc.vcell_loc;
|
||||
end_loc = start_loc;
|
||||
|
||||
for (v_row = end_loc.virt_row + 1;
|
||||
v_row < reg->table->num_virt_rows; v_row++)
|
||||
|
Loading…
Reference in New Issue
Block a user