Re: [Lazarus] TWidgetSet.GetTextExtentExPoint

2011-11-26 Thread Felipe Monteiro de Carvalho
Indeed it could be more optimized, I'll see about that later on, but note that this purely a question of optimization not correctness. If MaxCount=PartialWidths=nil then you are using the wrong routine. -- Felipe Monteiro de Carvalho -- ___ Lazarus ma

[Lazarus] TWidgetSet.GetTextExtentExPoint

2011-11-26 Thread Hans-Peter Diettrich
The loop in this method is a bit weird. When the best fit is found, the loop continues but does nothing. IMO it should break instead, or fill the remaining array elements with defined values. When both MaxCount and PartialWidths are Nil, the loop must not even be entered. DoDi -- __