[Laszlo-dev] For Review: Change 20090106-ptw-x Summary: Fix view position and dimension memoization

P T Withington ptw at pobox.com
Tue Jan 6 15:09:20 PST 2009


On 2009-01-06, at 18:04EST, André Bargull wrote:

> Approved, if you change:
>> +    if (args['width'] || this.__LZhasConstraint('width')) {
> to:
>> +    if (args['width'] != null || this.__LZhasConstraint('width')) {
>
> in case of a zero width. Same for the height check.

Nice catch.  Will fix.  Thanks.


More information about the Laszlo-dev mailing list