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;