Revision: 2946 http://vexi.svn.sourceforge.net/vexi/?rev=2946&view=rev Author: clrg Date: 2008-06-24 17:14:22 -0700 (Tue, 24 Jun 2008)
Log Message: ----------- Fix initial item selection in a selectlist Modified Paths: -------------- trunk/widgets/org.vexi.widgets/src/org/vexi/lib/role/selectlist.t Modified: trunk/widgets/org.vexi.widgets/src/org/vexi/lib/role/selectlist.t =================================================================== --- trunk/widgets/org.vexi.widgets/src/org/vexi/lib/role/selectlist.t 2008-06-18 04:01:58 UTC (rev 2945) +++ trunk/widgets/org.vexi.widgets/src/org/vexi/lib/role/selectlist.t 2008-06-25 00:14:22 UTC (rev 2946) @@ -62,6 +62,7 @@ var t = trapee; var g = t.v_listgroup; if (c) { + cascade = c; c.Enter ++= static.enterEvent; // insert into existing group if (g) { @@ -84,8 +85,8 @@ _c.group = null; _c.Enter --= static.enterEvent; } + cascade = c; } - cascade = c; } /** complete widget is set up */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Vexi-svn mailing list Vexi-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vexi-svn