Revision: 4437
          http://vexi.svn.sourceforge.net/vexi/?rev=4437&view=rev
Author:   clrg
Date:     2012-09-25 00:28:05 +0000 (Tue, 25 Sep 2012)
Log Message:
-----------
Oops, committed wrong option temp fix

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

Modified: trunk/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/option.t
===================================================================
--- trunk/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/option.t        
2012-09-24 06:12:19 UTC (rev 4436)
+++ trunk/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/option.t        
2012-09-25 00:28:05 UTC (rev 4437)
@@ -86,8 +86,7 @@
             // sw is reported incorrectly
 //            v_popbox.surface_x =
 //                vexi.math.min(dx+marginleft+1, vexi.math.max(0, 
sw-v_popbox.width));
-            v_popbox.surface_x =
-                vexi.math.min(dx+marginleft+1, 0);
+            v_popbox.surface_x = dx+marginleft+1;
         };
     }
     

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


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to