[2/6] Make ComboBoxEx send CBEN_ENDEDIT when selecting from the dropdown list

Nikolay Sivov bunglehead at gmail.com
Thu Jun 23 09:48:43 CDT 2011


On Thu, Jun 23, 2011 at 6:31 PM, Jay Yang <jkelleyy at gmail.com> wrote:
> Windows send a CBEN_ENDEDIT when selecting from the dropdown menu, and for wine to send that message, the WCBE_ACTEDIT flag needs to be set when the dropdown is created.
> ---
>  dlls/comctl32/comboex.c |    8 ++++----
>  1 files changed, 4 insertions(+), 4 deletions(-)
>

Hey, Jay.

Could you please add a test for that? It's possible to explicitly send
WM_COMMAND I guess. This could be done as a next patch if you're sure
it works right. But in general it should come with a fix.



More information about the wine-devel mailing list