15 Aug
2019
15 Aug
'19
10:06 a.m.
Signed-off-by: Huw Davies <huw(a)codeweavers.com> --- dlls/riched20/paint.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/riched20/paint.c b/dlls/riched20/paint.c index 675e0f7a12..4adb6b0d3b 100644 --- a/dlls/riched20/paint.c +++ b/dlls/riched20/paint.c @@ -1081,7 +1081,6 @@ void ME_ScrollAbs(ME_TextEditor *editor, int x, int y) ITextHost_TxScrollWindowEx(editor->texthost, scrollX, scrollY, &editor->rcFormat, &editor->rcFormat, NULL, NULL, SW_INVALIDATE); - ME_Repaint(editor); if (editor->hWnd) { -- 2.18.0