Fixed Issue 763: Drawing with the pencil tool fires two elementChanged events

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1938 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Alexis Deveria 2011-01-26 17:35:28 +00:00
parent ec56e8b2c3
commit 276972ab7d
1 changed files with 1 additions and 1 deletions

View File

@ -4869,7 +4869,7 @@ var pathActions = canvas.pathActions = function() {
"fill": "none" "fill": "none"
} }
}); });
call("changed",[element]); // No need to call "changed", as this is already done under mouseUp
} }
return element; return element;
}; };