comctl32/edit: Don't repaint immediately when losing focus.
commite2a725621a5ad940bb6cb7c1b00d5fc2510e594e
authorZhiyi Zhang <zzhang@codeweavers.com>
Fri, 12 Aug 2022 03:32:54 +0000 (12 11:32 +0800)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 18 Aug 2022 19:42:20 +0000 (18 21:42 +0200)
tree68f1ab2329d37b1df763322847b40665bb9df0e5
parenta336b43a93ce7e0db813a6dac329b8aa1b5ccd9f
comctl32/edit: Don't repaint immediately when losing focus.

Ignore some messages for the parent window because the "Kill focus" message sequence starts
succeeding with this commit but sometimes those messages appear on Wine and cause random test
failures. Those messages are not interested in the tests so ignore them.

Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
dlls/comctl32/edit.c
dlls/comctl32/tests/edit.c