kingyiren / flex-object-handles

Automatically exported from code.google.com/p/flex-object-handles
0 stars 0 forks source link

duplicate call to applyConstraints during mouse move. #45

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I've noticed a duplicate call to  applyConstraints(translation, currentDragRole 
); in ObjectHandles.as inside the onContainerMouseMove function which seems to 
be unintended.

It's conditionally called at line 575, but also called unconditionally at line 
607.

Seemed to have creeped in during this change:
http://code.google.com/p/flex-object-handles/source/diff?spec=svn76&r=76&format=
side&path=/trunk/flex-object-handles-2/src/com/roguedevelopment/objecthandles/Ob
jectHandles.as

Original issue reported on code.google.com by rob.ha...@gmail.com on 11 Jun 2010 at 9:48