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 | 2 |
1 files changed, 1 insertions, 1 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 f812f1bf..d10d2870 100755 --- a/js/components/tools-properties/shape-properties.reel/shape-properties.js +++ b/js/components/tools-properties/shape-properties.reel/shape-properties.js | |||
@@ -206,7 +206,7 @@ var ShapeProperties = exports.ShapeProperties = Montage.create(ToolProperties, { | |||
206 | this._fillColorCtrlContainer.style["display"] = "none"; | 206 | this._fillColorCtrlContainer.style["display"] = "none"; |
207 | this._fillColorCtrlContainer.visible = false; | 207 | this._fillColorCtrlContainer.visible = false; |
208 | this._fillColorCtrlIcon.style["display"] = "none"; | 208 | this._fillColorCtrlIcon.style["display"] = "none"; |
209 | this._fillColorCtrlIcon.visible = false; | 209 | this._fillColorCtrlIcon.visible = false; |
210 | this.endDivider.style["display"] = "none"; | 210 | this.endDivider.style["display"] = "none"; |
211 | } else { | 211 | } else { |
212 | this._fillColorCtrlContainer.style["display"] = ""; | 212 | this._fillColorCtrlContainer.style["display"] = ""; |