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

Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Huw Davies 2020-10-14 11:17:15 +01:00 committed by Alexandre Julliard
parent 0b01b40a7c
commit 02f4a178ff
1 changed files with 0 additions and 2 deletions

View File

@ -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 );