[PATCH 3/6] riched20: Don't force an update after scrolling.

Huw Davies huw at codeweavers.com
Thu Aug 15 05:06:37 CDT 2019


Signed-off-by: Huw Davies <huw at 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




More information about the wine-devel mailing list