Commit 2870f21d authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

richedit: Added missing fields to be reinitialized for the RTF \pard token.

parent d8391a4a
......@@ -459,8 +459,10 @@ static void ME_RTFParAttrHook(RTF_Info *info)
fmt.cTabCount = 0;
fmt.dxOffset = fmt.dxStartIndent = fmt.dxRightIndent = 0;
fmt.wBorderWidth = fmt.wBorders = 0;
fmt.wBorderSpace = 0;
fmt.bLineSpacingRule = 0;
fmt.dySpaceBefore = fmt.dySpaceAfter = 0;
fmt.dyLineSpacing = 0;
RTFFlushOutputBuffer(info);
ME_GetParagraph(info->editor->pCursors[0].pRun)->member.para.bTable = FALSE;
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment