﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
355	Child dialogs not visible	Ultima	Jpm	"{{{
Global $hParent = GUICreate(""Parent"", 320, 240)
Global $hChild = GUICreate(""Child"", 200, 150, Default, Default, Default, Default, $hParent)

GUISetState(@SW_SHOW, $hParent)
GUISetState(@SW_SHOW, $hChild)

Do
Until GUIGetMsg() = -3
}}}

Expected behavior: The child dialog should be displayed
Observed behavior: The child dialog is completely missing
"	Bug	closed	3.2.13.1	AutoIt	3.2.13.0	None	Fixed		
