comctl32/tests: Fix invalidation in static control tests.
commitc1c6b4bcf269c5e5e371513ca219830691851829
authorRafał Harabień <rafalh92@outlook.com>
Sat, 2 Apr 2022 23:37:36 +0000 (3 01:37 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 7 Apr 2022 20:44:40 +0000 (7 22:44 +0200)
tree1c43566f409da9df1173783bfebc2350e897c027
parent176bd922dfaaa2052083474d439156a3d1501895
comctl32/tests: Fix invalidation in static control tests.

Rectangle used for invalidation was outside of windows rect of static
controls with SS_ETCHEDHORZ/SS_ETCHEDVERT style because they resize
after creation. Improve test by changing the invalidated rect and
add more details in comment about SS_ETCHEDHORZ/SS_ETCHEDVERT styles.

Signed-off-by: Rafał Harabień <rafalh92@outlook.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/comctl32/tests/static.c