Re: dlls/user32/combo.c: Fix an issue where pressing 's' in a combobox shows the dropdown isntead of finding an entry starting with 's'.
28 Dec
2009
28 Dec
'09
11:55 p.m.
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.
5831
Age (days ago)
5831
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nikolay Sivov