﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2527	Checkbox background colour change after mouse hovering	anonymous		"checkbox get background colour change after mouse hovering.
bug only happen if checkbox is placed on tab and have optional parameters stated. If optional parameters stripped - everything OK.
Checkbox1 - bugged
Checkbox2 - no bug

AutoIT v3.3.8.1 and 3.3.9.xx beta
OS - WinXP x64


{{{
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <TabConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form2 = GUICreate(""Form2"", 320, 250, 555, 555)
$Tab1 = GUICtrlCreateTab(16, 16, 289, 193)
$TabSheet1 = GUICtrlCreateTabItem(""TabSheet1"")
$Checkbox1 = GUICtrlCreateCheckbox(""Checkbox1"", 52, 75, 97, 17)
$Checkbox2 = GUICtrlCreateCheckbox(""Checkbox2"", 52, 107)
GUICtrlCreateTabItem("""")
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
	$nMsg = GUIGetMsg()
	Switch $nMsg
		Case $GUI_EVENT_CLOSE
			Exit

	EndSwitch
WEnd
}}}
[[Image(http://www.autoitscript.com/forum/uploads/monthly_11_2013/post-79407-0-24559400-1384070796.png)]]

"	Bug	closed		AutoIt	3.3.8.1	None	Wont Fix		
