On 12/19/12 2:23 PM, "Chema Balsas" <jbal...@gmail.com> wrote:

>> 
>> But but what about this
>> Was:
>> var height:Number = Math.min(height,
>>         listContent.height -
>>         y);
>> changed to:
>>         height = Math.min(height, listContent.height - y);
Hi Chema,

I don't think that's the right change.  I'm guessing the intent is to change
a local variable, not the instance's height property?

-- 
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui

Reply via email to