From fef962bfec6e9af7195db57f47a3023214a40838 Mon Sep 17 00:00:00 2001 From: Jan Bodnar Date: Fri, 4 Mar 2016 15:21:12 +0100 Subject: [PATCH] Update combo_box.c --- controls/combo_box.c | 1 - 1 file changed, 1 deletion(-) diff --git a/controls/combo_box.c b/controls/combo_box.c index fad9ba6..a2ebe71 100644 --- a/controls/combo_box.c +++ b/controls/combo_box.c @@ -73,7 +73,6 @@ LRESULT CALLBACK WndProc(HWND hwnd, UINT msg, LRESULT sel = SendMessage(hwndCombo, CB_GETCURSEL, 0, 0); SetWindowTextW(hwndStatic, items[sel]); - SetFocus(hwnd); } break;