﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1329	GUICtrlCreatePic width=height=0.	anonymous		"If minimize and restore GUI, with using GUICtrlCreatePic with width=height=0 for displaying as original picture size, the picture will resize to the previous element in the controls declaration, not its own original size.

AutoIt:3.3.1.6 (and v3.3.0.0)   (Os:WIN_XP/X86/Service Pack 3   Language:0409 Keyboard:00000409 Cpu:X64)

Test code:
{{{
#include <GUIConstantsEx.au3>

Local $gui = GUICreate(""GUICtrlCreatePic "", 500, 280)

Local $Label1=GUICtrlCreateLabel(""Label"", 210, 200, 80, 20)

GUICtrlCreatePic("".\picture.jpg"", 10, 10, 0, 0)

GUISetState()

While 1
	$msg = GUIGetMsg()
	If $msg = $GUI_EVENT_CLOSE Then ExitLoop
	Sleep(50)
WEnd
}}}
"	Bug	closed		AutoIt	3.3.1.6	None	Wont Fix		
