Author: dmeyer
Date: Wed May  3 19:23:58 2006
New Revision: 1535

Modified:
   trunk/canvas/src/object.py

Log:
Oops, too much in the checkin, sorry, revert

Modified: trunk/canvas/src/object.py
==============================================================================
--- trunk/canvas/src/object.py  (original)
+++ trunk/canvas/src/object.py  Wed May  3 19:23:58 2006
@@ -229,7 +229,7 @@
 
         for index in range(2):
             if size[index] == "auto":
-                size[index] = self._get_intrinsic_size()[index]
+                size[index] = self._get_intrinsic_size(child_asking)[index]
             else:
                 size[index] = self._compute_relative_value(size[index], 
extents[index])
 


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to