diff options
Diffstat (limited to 'js/helper-classes/3D')
-rwxr-xr-x | js/helper-classes/3D/draw-utils.js | 1 |
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 235b381e..617b61ef 100755 --- a/js/helper-classes/3D/draw-utils.js +++ b/js/helper-classes/3D/draw-utils.js | |||
@@ -829,6 +829,7 @@ var DrawUtils = exports.DrawUtils = Montage.create(Component, { | |||
829 | var obj = this._stateArray.pop(); | 829 | var obj = this._stateArray.pop(); |
830 | this._lineColor = obj._lineColor; | 830 | this._lineColor = obj._lineColor; |
831 | this._drawingContext.lineWidth = obj._lineWidth; | 831 | this._drawingContext.lineWidth = obj._lineWidth; |
832 | this._drawingContext.strokeStyle = obj._lineColor; | ||
832 | } | 833 | } |
833 | }, | 834 | }, |
834 | 835 | ||