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

Gabriel Ivăncescu gabrielopcode at gmail.com
Fri Nov 12 10:49:01 CST 2021


On 12/11/2021 18:24, Alexandre Julliard wrote:
> 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.
> 

Ah yes indeed it does fix it as well, thanks for the suggestion, I'll 
resend.



More information about the wine-devel mailing list