mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +00:00
comctl32: Don't set the focus to the text box when the ComboBoxEx receives a CBN_SELENDCANCEL notification.
This commit is contained in:
parent
e146591cd6
commit
266a5a9d23
@ -1240,6 +1240,7 @@ static LRESULT COMBOEX_Command (COMBOEX_INFO *infoPtr, WPARAM wParam, LPARAM lPa
|
||||
return SendMessageW (parent, WM_COMMAND, wParam, (LPARAM)infoPtr->hwndSelf);
|
||||
|
||||
case CBN_SELENDOK:
|
||||
case CBN_SELENDCANCEL:
|
||||
/*
|
||||
* We have to change the handle since we are the control
|
||||
* issuing the message. IE4 depends on this.
|
||||
|
Loading…
Reference in New Issue
Block a user