user32/tests: Don't check menu items when testing MNS_CHECKORBMP.
commit491e44d4257527e37cff4d5f28b499b5a3d08cdd
authorVincent Povirk <vincent@codeweavers.com>
Wed, 3 Sep 2008 21:08:22 +0000 (3 16:08 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 4 Sep 2008 10:44:13 +0000 (4 12:44 +0200)
treef8f59019ff62f8bd07732ee31e27fc17b3a181d3
parentda1030f36c24a5654b33064bcc7a87450dca4795
user32/tests: Don't check menu items when testing MNS_CHECKORBMP.

If the MNS_CHECKORBMP style is set on a menu, and the menu is checked,
the bitmap is not drawn. For the menu tests, that means we get no
WM_DRAWITEM message for an owner-drawn bitmap, and the bounding box of
the bitmap is not tested. We should leave the menu item unchecked in
this case so we can test it.
dlls/user32/tests/menu.c