Revision: 4436
          http://vexi.svn.sourceforge.net/vexi/?rev=4436&view=rev
Author:   clrg
Date:     2012-09-24 06:12:19 +0000 (Mon, 24 Sep 2012)
Log Message:
-----------
Temporary 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:08:14 UTC (rev 4435)
+++ trunk/org.vexi-vexi.widgets/src_main/org/vexi/theme/classic/option.t        
2012-09-24 06:12:19 UTC (rev 4436)
@@ -83,8 +83,11 @@
         return function(dx, sw) {
 //            vexi.trace(dx+", "+sw);
 //            vexi.trace(dx+marginleft+1, vexi.math.max(0, sw-v_popbox.width));
+            // 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, vexi.math.max(0, 
sw-v_popbox.width));
+                vexi.math.min(dx+marginleft+1, 0);
         };
     }
     

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