dlls/user32/combo.c: Fix an issue where pressing 's' in a combobox shows the dropdown isntead of finding an entry starting with 's'.

Nikolay Sivov bunglehead at gmail.com
Mon Dec 28 17:55:37 CST 2009


On 12/28/2009 22:18, David Quintana (gigaherz) wrote:
>  Issue was caused by VK_F4 having the same exact code as a lowercase 's'.
>  So the code, which treated WM_CHAR and WM_KEYDOWN as the same, executed
>  the wrong piece of code which was meant to be ONLY for WM_KEYDOWN.
>
> Patch is attached.
>
>
>
>    
Please resubmit without cpp style comments.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20091229/feac80c2/attachment.htm>


More information about the wine-devel mailing list