diff options
author | hwc487 | 2012-02-03 15:24:23 -0800 |
---|---|---|
committer | hwc487 | 2012-02-03 15:24:23 -0800 |
commit | b8092d97bf4488cc733bd39365a7a0b0e0f554b2 (patch) | |
tree | af36c056294e4b7ad5d67d8f4914b08c78d48fac /js/tools/ShapeTool.js | |
parent | 3d5b5f7c5efb25b5e605d5d120b57f2dde33fd23 (diff) | |
parent | 4b8eb7442b41db7e06b639ba4a31bb7664209159 (diff) | |
download | ninja-b8092d97bf4488cc733bd39365a7a0b0e0f554b2.tar.gz |
Merge branch 'ToolFixes' of github.com:mqg734/ninja-internal into working
Diffstat (limited to 'js/tools/ShapeTool.js')
-rw-r--r-- | js/tools/ShapeTool.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/tools/ShapeTool.js b/js/tools/ShapeTool.js index 9a4399b4..4ccb7a8d 100644 --- a/js/tools/ShapeTool.js +++ b/js/tools/ShapeTool.js | |||
@@ -83,6 +83,7 @@ exports.ShapeTool = Montage.create(DrawingTool, { | |||
83 | } | 83 | } |
84 | } | 84 | } |
85 | this.RenderShape(drawData.width, drawData.height, drawData.planeMat, drawData.midPt, canvas); | 85 | this.RenderShape(drawData.width, drawData.height, drawData.planeMat, drawData.midPt, canvas); |
86 | NJevent("elementAdded", canvas); | ||
86 | } | 87 | } |
87 | 88 | ||
88 | this.endDraw(event); | 89 | this.endDraw(event); |