aboutsummaryrefslogtreecommitdiff
path: root/js/tools/BrushTool.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/tools/BrushTool.js')
-rw-r--r--js/tools/BrushTool.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/js/tools/BrushTool.js b/js/tools/BrushTool.js
index f3c6773d..f7f0e4bf 100644
--- a/js/tools/BrushTool.js
+++ b/js/tools/BrushTool.js
@@ -349,9 +349,10 @@ exports.BrushTool = Montage.create(ShapeTool, {
349 // TODO - update the shape's info only. shapeModel will likely need an array of shapes. 349 // TODO - update the shape's info only. shapeModel will likely need an array of shapes.
350 } 350 }
351 351
352 if(newCanvas.elementModel.isShape) 352 //if(newCanvas.elementModel.isShape)
353 if (true)
353 { 354 {
354 this.application.ninja.selectionController.selectElement(canvas); 355 this.application.ninja.selectionController.selectElement(newCanvas);
355 } 356 }
356 } 357 }
357 } //if (!canvas) { 358 } //if (!canvas) {