richedit: Use the correct ptr to the cell.
Signed-off-by: Huw Davies <huw@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
53959eb7d4
commit
db6c554909
|
@ -337,7 +337,7 @@ ME_StreamOutRTFFontAndColorTbl(ME_OutStream *pStream, ME_DisplayItem *pFirstRun,
|
|||
if (item->member.run.para->fmt.wNumbering)
|
||||
add_font_to_fonttbl( pStream, item->member.run.para->para_num.style );
|
||||
|
||||
if ((pCell = item->member.para.pCell))
|
||||
if ((pCell = item->member.run.para->pCell))
|
||||
{
|
||||
ME_Border* borders[4] = { &pCell->member.cell.border.top,
|
||||
&pCell->member.cell.border.left,
|
||||
|
|
Loading…
Reference in New Issue