Removed unnecessary styes from windows/radiobuttons.c.

This commit is contained in:
Pietro Gagliardi 2015-06-05 13:20:30 -04:00
parent 93a73f2e9a
commit 5536e80ef2
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ static void radiobuttonsAppend(uiRadioButtons *rr, const char *text)
wtext = toUTF16(text);
hwnd = uiWindowsUtilCreateControlHWND(0,
L"button", wtext,
BS_RADIOBUTTON | WS_TABSTOP | WS_CHILD | WS_VISIBLE,
BS_RADIOBUTTON | WS_TABSTOP,
hInstance, NULL,
TRUE);
uiFree(wtext);