Removed unnecessary styes from windows/radiobuttons.c.
This commit is contained in:
parent
93a73f2e9a
commit
5536e80ef2
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue