From 648ee61ae84216d0236e0dbc211addc13b2cfa3a Mon Sep 17 00:00:00 2001 From: Kris Kowal Date: Fri, 6 Jul 2012 11:52:06 -0700 Subject: Expand tabs --- js/tools/drawing-tool.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js/tools/drawing-tool.js') diff --git a/js/tools/drawing-tool.js b/js/tools/drawing-tool.js index 0cbb924f..f587bcd5 100755 --- a/js/tools/drawing-tool.js +++ b/js/tools/drawing-tool.js @@ -151,9 +151,9 @@ exports.DrawingTool = Montage.create(ToolBase, { this._currentDY = point.y - this._currentY; this.downPoint.x += this._currentDX; - this.downPoint.y += this._currentDY; + this.downPoint.y += this._currentDY; this.currentX += this._currentDX; - this.currentY += this._currentDY; + this.currentY += this._currentDY; DrawingToolBase.draw2DRectangle(this.downPoint.x,this.downPoint.y,this.currentX - this.downPoint.x,this.currentY - this.downPoint.y); } else { -- cgit v1.2.3