diff options
Diffstat (limited to 'js/components/tools-properties/shape-properties.reel/shape-properties.js')
-rwxr-xr-x | js/components/tools-properties/shape-properties.reel/shape-properties.js | 8 |
1 files changed, 4 insertions, 4 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 5829634c..7306275a 100755 --- a/js/components/tools-properties/shape-properties.reel/shape-properties.js +++ b/js/components/tools-properties/shape-properties.reel/shape-properties.js | |||
@@ -179,14 +179,14 @@ var ShapeProperties = exports.ShapeProperties = Montage.create(ToolProperties, { | |||
179 | this[this._selectedSubTool.properties].visible = true; | 179 | this[this._selectedSubTool.properties].visible = true; |
180 | 180 | ||
181 | if (this._selectedSubTool.id === "LineTool") { | 181 | if (this._selectedSubTool.id === "LineTool") { |
182 | this._fillColorCtrl.style["display"] = "none"; | 182 | this._fillColorCtrlContainer.style["display"] = "none"; |
183 | this._fillColorCtrl.visible = false; | 183 | this._fillColorCtrlContainer.visible = false; |
184 | this._fillColorCtrlIcon.style["display"] = "none"; | 184 | this._fillColorCtrlIcon.style["display"] = "none"; |
185 | this._fillColorCtrlIcon.visible = false; | 185 | this._fillColorCtrlIcon.visible = false; |
186 | this.endDivider.style["display"] = "none"; | 186 | this.endDivider.style["display"] = "none"; |
187 | } else { | 187 | } else { |
188 | this._fillColorCtrl.style["display"] = ""; | 188 | this._fillColorCtrlContainer.style["display"] = ""; |
189 | this._fillColorCtrl.visible = true; | 189 | this._fillColorCtrlContainer.visible = true; |
190 | this._fillColorCtrlIcon.style["display"] = ""; | 190 | this._fillColorCtrlIcon.style["display"] = ""; |
191 | this._fillColorCtrlIcon.visible = true; | 191 | this._fillColorCtrlIcon.visible = true; |
192 | this.endDivider.style["display"] = ""; | 192 | this.endDivider.style["display"] = ""; |