Revision: 1932
          http://svn.sourceforge.net/vexi/?rev=1932&view=rev
Author:   clrg
Date:     2007-07-06 05:45:39 -0700 (Fri, 06 Jul 2007)

Log Message:
-----------
Fix Leave events

Modified Paths:
--------------
    core/trunk/org.vexi.core/src/org/vexi/core/Box.jpp

Modified: core/trunk/org.vexi.core/src/org/vexi/core/Box.jpp
===================================================================
--- core/trunk/org.vexi.core/src/org/vexi/core/Box.jpp  2007-07-06 09:43:55 UTC 
(rev 1931)
+++ core/trunk/org.vexi.core/src/org/vexi/core/Box.jpp  2007-07-06 12:45:39 UTC 
(rev 1932)
@@ -918,7 +918,7 @@
         int i = treeSize()-1;
         for (Box b = getChild(i); b != null; b = getChild(--i))
             if (b.test(MOUSEINSIDE))
-                b.propagateLeave(mousex - getXInParent(), mousey - 
getYInParent());
+                b.propagateLeave(mousex - b.getXInParent(), mousey - 
b.getYInParent());
         if (!test(MOUSEINSIDE) && test(LEAVE_TRAP))
             justTriggerTrapsAndCatchExceptions(SC_Leave, JSU.T);
     }


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

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Vexi-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to