﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3518	_GUICtrlStatusBar_SetParts() - cannot set parts from $aPartWidth	anonymous	Jpm	"As summary says - function cannot properly set parts based on width array. Correction is simple - when filling structure from width array you need use:

{{{
$cParts = 0
...
$cParts += $aPartWidth[$x]
DllStructSetData($tParts, 1, $cParts, $x + 1)
}}}

instead:

{{{
DllStructSetData($tParts, 1, $aPartWidth[$x], $x + 1)
}}}
"	Bug	closed	3.3.15.1	AutoIt	3.3.14.0	None	Fixed		
