Revision: 4447
          http://vexi.svn.sourceforge.net/vexi/?rev=4447&view=rev
Author:   clrg
Date:     2012-10-11 10:41:32 +0000 (Thu, 11 Oct 2012)
Log Message:
-----------
Fix scrollbar (paste error)

Modified Paths:
--------------
    trunk/org.vexi-vexi.widgets/src_main/org/vexi/lib/widget/scrollbar.t

Modified: trunk/org.vexi-vexi.widgets/src_main/org/vexi/lib/widget/scrollbar.t
===================================================================
--- trunk/org.vexi-vexi.widgets/src_main/org/vexi/lib/widget/scrollbar.t        
2012-10-10 11:37:31 UTC (rev 4446)
+++ trunk/org.vexi-vexi.widgets/src_main/org/vexi/lib/widget/scrollbar.t        
2012-10-11 10:41:32 UTC (rev 4447)
@@ -229,7 +229,7 @@
                 vport[dim] --= viewportResize;
                 varea[dim] --= viewportResize;
                 varea[pos] --= viewportMove;
-                v[mousewheel] --= mwheelWrite;
+                vport[mousewheel] --= mwheelWrite;
             }
             // set up new viewprot
             if (v) {

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


------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to