﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2027	;-)	anonymous		"
;This programm working correctly...

#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate(""Form1"", 121, 61, 192, 114)
$Button1 = GUICtrlCreateButton(""Line _1              Line_2"", 8, 8, 105, 33, $BS_MULTILINE)
;GUICtrlSetColor(-1, 0x808080);<=== BUG
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
	$nMsg = GUIGetMsg()
	Switch $nMsg
		Case $GUI_EVENT_CLOSE
			Exit

	EndSwitch
WEnd

;...but instruction at lane 9 [GUICtrlSetColor(-1, 0x808080)] destroyed format of button ($BS_MULTILINE)"	Bug	closed		AutoIt	3.3.6.1	None	Wont Fix		
