﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3973	GUICtrlSetColor does not work on GUICtrlCreateRadio	KaFu		"GUICtrlSetColor does not work on GUICtrlCreateRadio for me.

{{{#!autoit
#include <GUIConstantsEx.au3>
GUICreate(""My GUI radio"")
Local $idRadio1 = GUICtrlCreateRadio(""Radio 1"", 10, 10, 120, 20)
GUICtrlSetColor(-1, 0xffffff)
GUISetState(@SW_SHOW)
While 1
	$idMsg = GUIGetMsg()
	Select
		Case $idMsg = $GUI_EVENT_CLOSE
			ExitLoop
	EndSelect
WEnd
}}}"	Bug	new		AutoIt	3.3.16.1	None			
