Update combo_box.c

add-license-1
Jan Bodnar 8 years ago
parent c6e81319b0
commit fef962bfec
  1. 1
      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;

Loading…
Cancel
Save