Update combo_box.c

This commit is contained in:
Jan Bodnar 2016-03-04 15:21:12 +01:00
parent c6e81319b0
commit fef962bfec

View File

@ -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;