comctl32/tests: Fix occasional test failures on TestBot w7u_2qxl.
Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
381c2a9ae1
commit
b13c4127a9
|
@ -531,7 +531,8 @@ static const struct message wm_themechanged_paint_erase_seq[] =
|
|||
{
|
||||
{WM_THEMECHANGED, sent | wparam | lparam},
|
||||
{WM_PAINT, sent | wparam | lparam},
|
||||
{WM_ERASEBKGND, sent | defwinproc},
|
||||
/* TestBot w7u_2qxl VM occasionally doesn't send WM_ERASEBKGND, hence the 'optional' */
|
||||
{WM_ERASEBKGND, sent | defwinproc | optional},
|
||||
{0},
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue