Revision: 4301
          http://vexi.svn.sourceforge.net/vexi/?rev=4301&view=rev
Author:   clrg
Date:     2011-12-07 04:28:27 +0000 (Wed, 07 Dec 2011)
Log Message:
-----------
Fix trail bug when a last child node is removed

Modified Paths:
--------------
    trunk/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/tree.t

Modified: trunk/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/tree.t
===================================================================
--- trunk/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/tree.t  
2011-11-30 14:38:48 UTC (rev 4300)
+++ trunk/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/tree.t  
2011-12-07 04:28:27 UTC (rev 4301)
@@ -102,6 +102,7 @@
             v_content.align = "left";
             v_content.orient = "vertical";
             v_content.Children ++= function(c) {
+                cascade = c;
                 if (c==null) {
                     if (lastindex>trapname) {
                         lastindex--;
@@ -116,7 +117,6 @@
                         setLastChild(c);
                     }
                 }
-                cascade = c;
             }
         }
         

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to