aboutsummaryrefslogtreecommitdiff
path: root/js/components/tools-properties/shape-properties.reel/shape-properties.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/components/tools-properties/shape-properties.reel/shape-properties.js')
-rwxr-xr-xjs/components/tools-properties/shape-properties.reel/shape-properties.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/components/tools-properties/shape-properties.reel/shape-properties.js b/js/components/tools-properties/shape-properties.reel/shape-properties.js
index 23158493..bd0cf8cf 100755
--- a/js/components/tools-properties/shape-properties.reel/shape-properties.js
+++ b/js/components/tools-properties/shape-properties.reel/shape-properties.js
@@ -112,11 +112,13 @@ var ShapeProperties = exports.ShapeProperties = Montage.create(ToolProperties, {
112 this._fillColorCtrl.visible = false; 112 this._fillColorCtrl.visible = false;
113 this._fillColorCtrlIcon.style["display"] = "none"; 113 this._fillColorCtrlIcon.style["display"] = "none";
114 this._fillColorCtrlIcon.visible = false; 114 this._fillColorCtrlIcon.visible = false;
115 this.endDivider.style["display"] = "none";
115 } else { 116 } else {
116 this._fillColorCtrl.style["display"] = ""; 117 this._fillColorCtrl.style["display"] = "";
117 this._fillColorCtrl.visible = true; 118 this._fillColorCtrl.visible = true;
118 this._fillColorCtrlIcon.style["display"] = ""; 119 this._fillColorCtrlIcon.style["display"] = "";
119 this._fillColorCtrlIcon.visible = true; 120 this._fillColorCtrlIcon.visible = true;
121 this.endDivider.style["display"] = "";
120 } 122 }
121 123
122 if (this._useWebGL.checked) { 124 if (this._useWebGL.checked) {