mirror of
https://github.com/reactos/wine.git
synced 2025-01-24 12:57:26 +00:00
riched20: Repaint paragraph after undo format setting of the paragraph.
This commit is contained in:
parent
c28244a92e
commit
515b4a9725
@ -341,6 +341,7 @@ static void ME_PlayUndoItem(ME_TextEditor *editor, struct undo_item *undo)
|
||||
add_undo_set_para_fmt( editor, ¶->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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user