﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1218	Buttons appear flat	P5ych0Gigabyte	Valik	"{{{AutoIt:3.3.1.2/X64   (Os:WIN_7/X64   Language:0409 Keyboard:00000409 Cpu:X64)}}}



{{{
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate(""Form1"", 229, 50, 192, 124)
$Button1 = GUICtrlCreateButton(""Button1"", 77, 12, 75, 25, $WS_GROUP)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
	$nMsg = GUIGetMsg()
	Switch $nMsg
		Case $GUI_EVENT_CLOSE
			Exit

	EndSwitch
WEnd
}}}



Prod:[[Image(http://i35.tinypic.com/2lnjspl.png)]]

Beta:[[Image(http://i35.tinypic.com/o556bk.png)]]

"	Bug	closed	3.3.1.3	AutoIt	3.3.1.2	None	Fixed		
