Revision: 4843
          http://sourceforge.net/p/vexi/code/4843
Author:   clrg
Date:     2016-02-10 14:55:23 +0000 (Wed, 10 Feb 2016)
Log Message:
-----------
Fix bevel property forwarding for tabpane.

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

Modified: 
branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/tabpane.t
===================================================================
--- 
branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/tabpane.t  
    2016-01-25 23:16:57 UTC (rev 4842)
+++ 
branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/tabpane.t  
    2016-02-10 14:55:23 UTC (rev 4843)
@@ -12,7 +12,7 @@
         <ui:Box align="topleft" layout="place" minwidth="100" minheight="100">
             <ui:Box id="body" layout="layer" y="30">
                 <lay:pad padding="1 2 2 1" id="content" />
-                <bevel form="up" />
+                <bevel id="bevel" form="up" />
             </ui:Box>
             <ui:Box id="wrap" minheight="32" vshrink="true">
                 <lib.button id="prev" display="false">
@@ -42,7 +42,7 @@
         thisbox.th_tablist = $tablist;
         thisbox.v_fillbox = $content;
         
-        const toBevel = function(v) { $content[trapname] = v; }
+        const toBevel = function(v) { $bevel[trapname] = v; }
         
         thisbox.shadecolor ++= toBevel;
         thisbox.shinecolor ++= toBevel;

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


------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to