aboutsummaryrefslogtreecommitdiff
path: root/js/components/tools-properties
diff options
context:
space:
mode:
authorPushkar Joshi2012-05-29 14:24:47 -0700
committerPushkar Joshi2012-05-29 14:24:47 -0700
commite2ae637582b8e02125086201a64ee85761b01093 (patch)
tree8aa36a1ef9066a6f8136bbec2677436ee40fed64 /js/components/tools-properties
parentc385a1d2d8154e2c5b005c0caca5a46318f6928f (diff)
downloadninja-e2ae637582b8e02125086201a64ee85761b01093.tar.gz
More consistent local and global mouse coords which solves a bug with the Pen minus subtool not removing 1 anchor paths
Diffstat (limited to 'js/components/tools-properties')
-rwxr-xr-xjs/components/tools-properties/pen-properties.reel/pen-properties.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/components/tools-properties/pen-properties.reel/pen-properties.js b/js/components/tools-properties/pen-properties.reel/pen-properties.js
index aba6cb61..c37359e1 100755
--- a/js/components/tools-properties/pen-properties.reel/pen-properties.js
+++ b/js/components/tools-properties/pen-properties.reel/pen-properties.js
@@ -73,7 +73,6 @@ var PenProperties = exports.PenProperties = Montage.create(ToolProperties, {
73 handleClick: { 73 handleClick: {
74 value: function(event) { 74 value: function(event) {
75 this._selectedSubtool = event._event.target.value; 75 this._selectedSubtool = event._event.target.value;
76 console.log("handleClick changing pen tool subtool to "+this.selectedSubtool);
77 NJevent("penSubToolChange"); 76 NJevent("penSubToolChange");
78 } 77 }
79 }, 78 },