﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3729	GUICtrlSetDefColor and GUICtrlSetDefBkColor cause inputs to fire other controls' events	mainmaster@…		"Hi,
was trying to apply some styles to one of my programs and found this issue.

Basically, if you create a GUI and call `GUICtrlSetDefColor()` or `GUICtrlSetDefBkColor()`, any input created after a button will fire both its event and the (last focused) button's one.

Creating (!= placing) the input BEFORE the buttons seems to avoid the issue.

Tested on latest stable (v3.3.14.5) and latest beta (v3.3.15.1).

Attached is a simple script to reproduce the issue.
Tested both with an event-based approach and with a `GUIGetMsg()` one.

Regards
Enrico Boldori"	Bug	closed		AutoIt	3.3.14.5	None	Wont Fix	GUICtrlSetDefColor, GUICtrlSetDefBkColor, events	
