mirror of
https://github.com/scratchfoundation/scratch-flash.git
synced 2024-12-04 21:21:06 -05:00
Update ObjectTransformer.as
This commit is contained in:
parent
9501dbfe81
commit
ce3f519183
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ package svgeditor.tools {
|
|||
toggleHandles(!!targetObj);
|
||||
if(targetObj) {
|
||||
targetObj.toggleHighlight(true);
|
||||
// Add to the displaylist of the object's parent
|
||||
// Add to the display list of the object's parent
|
||||
targetObj.addEventListener(MouseEvent.MOUSE_DOWN, moveHandler, false, 0, true);
|
||||
// Add the move cursor
|
||||
//trace('adding events');
|
||||
|
|
Loading…
Reference in a new issue