[PATCH 4/6] riched20: Don't force an update after an arrow key press.
Signed-off-by: Huw Davies <huw(a)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
Hi, While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=55513 Your paranoid android. === debian10 (32 bit report) === riched20: editor.c:6624: Test failed: wrong event mask (0x0) during WM_COMMAND === debian10 (32 bit Chinese:China report) === riched20: editor.c:6624: Test failed: wrong event mask (0x0) during WM_COMMAND === debian10 (32 bit WoW report) === riched20: editor.c:6624: Test failed: wrong event mask (0x0) during WM_COMMAND === debian10 (64 bit WoW report) === riched20: editor.c:6624: Test failed: wrong event mask (0x0) during WM_COMMAND
participants (2)
-
Huw Davies -
Marvin