Revision: 4856
          http://sourceforge.net/p/vexi/code/4856
Author:   mkpg2
Date:     2016-05-12 07:01:00 +0000 (Thu, 12 May 2016)
Log Message:
-----------
Fix regression. Link colour not going gray when disabled.

Modified Paths:
--------------
    branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/link.t
    branches/vexi3/org.vexi-vexi.widgets/src_poke/poke/widgets/link.t

Modified: 
branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/link.t
===================================================================
--- branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/link.t 
2016-04-01 06:48:53 UTC (rev 4855)
+++ branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/link.t 
2016-05-12 07:01:00 UTC (rev 4856)
@@ -141,7 +141,7 @@
     
     static.normalWrite = function(v) {
         const s = trapee.style.textcolor;
-        trapee.v_linkbox[0].textcolor = trapee.enabled ? s.normal : 
s.tdisabled;
+        trapee.v_linkbox[0].textcolor = trapee.enabled ? s.normal : s.disabled;
         trapee.v_linkbox[1].fill = trapee.enabled ? s.normal : null;
         trapee.v_linkbox[2].display = false;
         return;

Modified: branches/vexi3/org.vexi-vexi.widgets/src_poke/poke/widgets/link.t
===================================================================
--- branches/vexi3/org.vexi-vexi.widgets/src_poke/poke/widgets/link.t   
2016-04-01 06:48:53 UTC (rev 4855)
+++ branches/vexi3/org.vexi-vexi.widgets/src_poke/poke/widgets/link.t   
2016-05-12 07:01:00 UTC (rev 4856)
@@ -33,6 +33,12 @@
                 return;
             };
         </wi:link>              
+        <wi:link icon="configure" emblem="add" text="link 4" enabled="false">
+            thisbox.action ++= function(v){
+                trace("4");
+                return;
+            };
+        </wi:link>
        
         vexi.ui.frame = thisbox;
         

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


------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to