aboutsummaryrefslogtreecommitdiff
path: root/js/components/tools-properties/shape-properties.reel/shape-properties.js
diff options
context:
space:
mode:
authorJohn Mayhew2012-05-10 11:17:42 -0700
committerJohn Mayhew2012-05-10 11:17:42 -0700
commit3be15e2076f2d3d46862bbc0ea078b9bf2e161fe (patch)
tree7043c476e0852197f67f00b1d1c583736d492797 /js/components/tools-properties/shape-properties.reel/shape-properties.js
parent18370abcf406c6ab36d5c5f2613cb79e756ff6d2 (diff)
downloadninja-3be15e2076f2d3d46862bbc0ea078b9bf2e161fe.tar.gz
-moved sel tool images to proper folder
-finished styling shape tool options -added new icons for shape tool
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) {