[PATCH resend 1/2] comctl32: Don't redraw the Combo Box when dropped down if it has an editbox.

Alexandre Julliard julliard at winehq.org
Fri Nov 12 10:24:14 CST 2021


Gabriel Ivăncescu <gabrielopcode at gmail.com> writes:

> Some applications subclass the combo box and handle WM_ERASEBKGND themselves,
> without using WS_CLIPCHILDREN. This causes them to erase over the editbox
> child. There's no reason to redraw it in this case since the editbox is
> supposed to cover it, anyway.

What you probably want is to remove RDW_NOCHILDREN, so that children get
refreshed as well.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list