comctl32: Don't set the focus to the text box when the ComboBoxEx receives a CBN_SELENDCANCEL notification.

Robert Shearman rob at codeweavers.com
Wed Oct 24 10:35:39 CDT 2007


CBN_SELENDCANCEL is sent when the ComboBoxEx loses focus, for example, 
when tabbing through a dialog so we shouldn't mess with the focus, which 
is what happens in the default case statement.
---
  dlls/comctl32/comboex.c |    1 +
  1 files changed, 1 insertions(+), 0 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 5283a1bb99aa772dc11b6135413754d9dba150e0.diff
Type: text/x-patch
Size: 501 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20071024/08dd8504/attachment-0001.bin 


More information about the wine-patches mailing list