Commit 02f4a178 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

riched20: Don't mark the diTextStart paragraph as requiring repainting.

parent 0b01b40a
......@@ -1049,8 +1049,6 @@ BOOL ME_WrapMarkedParagraphs(ME_TextEditor *editor)
else
totalWidth = max(totalWidth, para->nWidth);
if (!para->nCharOfs)
update_repaint( para_prev( para ), &repaint );
update_repaint( para, &repaint );
adjust_para_y( para, &c, &repaint );
......
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