Update of /cvsroot/dynapi/dynapi/src/lib/dynapi/event
In directory usw-pr-cvs1:/tmp/cvs-serv18641/src/lib/dynapi/event

Modified Files:
        dragevent.js 
Log Message:
Scott Severtson's dragdrop fix

Index: dragevent.js
===================================================================
RCS file: /cvsroot/dynapi/dynapi/src/lib/dynapi/event/dragevent.js,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** dragevent.js        2001/08/06 15:25:54     1.7
--- dragevent.js        2001/08/14 21:32:18     1.8
***************
*** 119,123 ****
        // Avoid click for the dragged layer ( with MouseEvent addition )
        if (is.def) DynAPI.wasDragging=true;
!       if (lyr.parent.DragDrop) lyr.parent.DragDrop(lyr); 
        // Properties for the event
        de.type="dragend";
--- 119,123 ----
        // Avoid click for the dragged layer ( with MouseEvent addition )
        if (is.def) DynAPI.wasDragging=true;
!       if (lyr.parent.DragDrop) lyr.parent.DragDrop(lyr,e); 
        // Properties for the event
        de.type="dragend";


_______________________________________________
Dynapi-CVS mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-cvs

Reply via email to