[PATCH 4/6] riched20: Don't force an update after an arrow key press.

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


Signed-off-by: Huw Davies <huw at codeweavers.com>
---
 dlls/riched20/caret.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/riched20/caret.c b/dlls/riched20/caret.c
index 0951bb9617..54452c9241 100644
--- a/dlls/riched20/caret.c
+++ b/dlls/riched20/caret.c
@@ -1635,7 +1635,6 @@ ME_ArrowKey(ME_TextEditor *editor, int nVKey, BOOL extend, BOOL ctrl)
   *p = tmp_curs;
 
   ME_InvalidateSelection(editor);
-  ME_Repaint(editor);
   hide_caret(editor);
   ME_EnsureVisible(editor, &tmp_curs);
   update_caret(editor);
-- 
2.18.0




More information about the wine-devel mailing list