﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1290	"_GUICtrlTreeView_DisplayRectEx with ""$fTextOnly = True"" returns same ""Left"" value as when ""False"""	ResNullius	Valik	"""Left"" value when the $ftextOnly parameter is ""True"" returns 0, same as when set to ""False"".

I think it's the 2nd to last line in the function
{{{
If $iRet Then DllStructSetData($tRect, ""Left"", 0)
}}}

$iRet appears to always be 1 on success, but this line sets it to 0.

If I comment out this line and $ftextOnly is True, it returns expected/proper ""Left"" value for the text of the item.

Perhaps this is meant to be 
{{{
If NOT $iRet Then DllStructSetData($tRect, ""Left"", 0)
}}}
"	Bug	closed	3.3.1.6	Standard UDFs	3.3.1.5	Blocking	Fixed		
