Hugh McMaster hugh.mcmaster@outlook.com wrote:
Signed-off-by: Hugh McMaster hugh.mcmaster@outlook.com
dlls/user32/combo.c | 2 ++ dlls/user32/tests/combo.c | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/dlls/user32/combo.c b/dlls/user32/combo.c index c744ee5..4c57b72 100644 --- a/dlls/user32/combo.c +++ b/dlls/user32/combo.c @@ -1189,6 +1189,8 @@ static void COMBO_KillFocus( LPHEADCOMBO lphc ) { if( CB_GETTYPE(lphc) == CBS_DROPDOWNLIST ) SendMessageW(lphc->hWndLBox, LB_CARETOFF, 0, 0);
else
SendMessageW(lphc->hWndEdit, EM_SETSEL, 0, 0);
The message test doesn't confirm that this is a correct solution.