Revision: 3852 http://vexi.svn.sourceforge.net/vexi/?rev=3852&view=rev Author: jeffbuhrt Date: 2010-06-24 13:55:09 +0000 (Thu, 24 Jun 2010)
Log Message: ----------- corrected exception when clearing a table that used this grid (wrong variable was cleared) Modified Paths: -------------- trunk/widgets/org.vexi.widgets/src/org/vexi/lib/layout/grid.t Modified: trunk/widgets/org.vexi.widgets/src/org/vexi/lib/layout/grid.t =================================================================== --- trunk/widgets/org.vexi.widgets/src/org/vexi/lib/layout/grid.t 2010-06-05 10:03:03 UTC (rev 3851) +++ trunk/widgets/org.vexi.widgets/src/org/vexi/lib/layout/grid.t 2010-06-24 13:55:09 UTC (rev 3852) @@ -718,8 +718,8 @@ c.maxheight --= invokePlaceHeight; c.colspan --= invokePack; c.rowspan --= invokePack; - v.colspan --= checkInt; - v.rowspan --= checkInt; + c.colspan --= checkInt; + c.rowspan --= checkInt; c.v_gridbox = null; } else { throw "should not happen"; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ Vexi-svn mailing list Vexi-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vexi-svn