Signed-off-by: Huw Davies huw@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) {
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=55512
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
On Thu, Aug 15, 2019 at 05:20:28AM -0500, Marvin wrote:
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=55512
Sorry, not sure how I missed that. Looks like the EN_UPDATE code needs some work.
Huw.