Revision: 4891
          http://sourceforge.net/p/vexi/code/4891
Author:   mkpg2
Date:     2016-10-21 21:21:39 +0000 (Fri, 21 Oct 2016)
Log Message:
-----------
Fix previous commit.

Modified Paths:
--------------
    branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/lib/widget/numfield.t

Modified: 
branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/lib/widget/numfield.t
===================================================================
--- 
branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/lib/widget/numfield.t    
    2016-10-21 21:19:33 UTC (rev 4890)
+++ 
branches/vexi3/org.vexi-vexi.widgets/src_main/org/vexi/lib/widget/numfield.t    
    2016-10-21 21:21:39 UTC (rev 4891)
@@ -86,7 +86,7 @@
     
     static.updateTrap = function(v){
        cascade = v;
-       this.text = this.decimal2text(this.value);
+       trapee.text = trapee.decimal2text(trapee.value);
     };
     
     /** set up sync between edit.text and numfield.value */

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


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to