aboutsummaryrefslogtreecommitdiff
path: root/js/helper-classes/3D
diff options
context:
space:
mode:
Diffstat (limited to 'js/helper-classes/3D')
-rwxr-xr-xjs/helper-classes/3D/draw-utils.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/helper-classes/3D/draw-utils.js b/js/helper-classes/3D/draw-utils.js
index 9c4f31b7..a2ca3729 100755
--- a/js/helper-classes/3D/draw-utils.js
+++ b/js/helper-classes/3D/draw-utils.js
@@ -805,6 +805,7 @@ var DrawUtils = exports.DrawUtils = Montage.create(Component, {
805 var obj = this._stateArray.pop(); 805 var obj = this._stateArray.pop();
806 this._lineColor = obj._lineColor; 806 this._lineColor = obj._lineColor;
807 this._drawingContext.lineWidth = obj._lineWidth; 807 this._drawingContext.lineWidth = obj._lineWidth;
808 this._drawingContext.strokeStyle = obj._lineColor;
808 } 809 }
809 }, 810 },
810 811