Bug 443296 -- morkRowCellCursor::NextCell skips first cell. r/sr=bienvenu

This commit is contained in:
Joshua Cranmer 2008-08-06 17:05:32 -04:00
parent b699135ebc
commit 1667ee53f2

View File

@ -945,7 +945,7 @@ morkRow::NewRowCellCursor(morkEnv* ev, mdb_pos inPos)
{
if ( ev->Good() )
{
cursor->mCursor_Pos = inPos;
cursor->mRowCellCursor_Col = inPos;
outCursor = cursor;
}
else