Commit 515b4a97 authored by Jactry Zeng's avatar Jactry Zeng Committed by Alexandre Julliard

riched20: Repaint paragraph after undo format setting of the paragraph.

parent c28244a9
......@@ -341,6 +341,7 @@ static void ME_PlayUndoItem(ME_TextEditor *editor, struct undo_item *undo)
add_undo_set_para_fmt( editor, &para->member.para );
*para->member.para.pFmt = undo->u.set_para_fmt.fmt;
para->member.para.border = undo->u.set_para_fmt.border;
para->member.para.nFlags |= MEPF_REWRAP;
break;
}
case undo_set_char_fmt:
......
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