mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
Bug 443296 -- morkRowCellCursor::NextCell skips first cell. r/sr=bienvenu
This commit is contained in:
parent
b699135ebc
commit
1667ee53f2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user