Revision: 4722
          http://sourceforge.net/p/vexi/code/4722
Author:   clrg
Date:     2014-09-04 02:41:58 +0000 (Thu, 04 Sep 2014)
Log Message:
-----------
Fix. Combo sets v_textbox, which shadowtext depends upon.

Modified Paths:
--------------
    branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/combo.t

Modified: 
branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/combo.t
===================================================================
--- 
branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/combo.t    
    2014-08-29 15:20:10 UTC (rev 4721)
+++ 
branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/combo.t    
    2014-09-04 02:41:58 UTC (rev 4722)
@@ -68,7 +68,6 @@
         thisbox.surfaceHeight ++= opt.surfaceHeightRead;
         
         thisbox.v_container ++= function(v) {
-            cascade = v;
             v_fillbox = $focus;
             v_textbox = $edit.v_edit;
             thisbox.textalign ++= function(v) {
@@ -80,6 +79,8 @@
                 if (holder[0] == null)
                     holder[0] = $button;
             }
+            // cascade after as shadowtext depends on v_textbox
+            cascade = v;
         }
         
     </ui:box>

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


------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to