comctl32/edit: Don't repaint immediately when getting focus.
commita336b43a93ce7e0db813a6dac329b8aa1b5ccd9f
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)
treed9b12b3c1ab4417275229bab72523ca00401fa90
parent2a27ffe423c3e8ccaafe3452ea76be2cfd25fdbb
comctl32/edit: Don't repaint immediately when getting focus.

Fix MSXML 3.0 installer username edit control missing part of its edge. The application has a static
control overlapping an edit control. Repainting the edit control immediately will cause the edit
control to be painted under the static control.

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