aboutsummaryrefslogtreecommitdiff
path: root/js/components/tools-properties/tag-properties.reel
diff options
context:
space:
mode:
authorValerio Virgillito2012-05-15 15:41:16 -0700
committerValerio Virgillito2012-05-15 15:41:16 -0700
commitdcbdd4d4be9a02e792bce445ab360b72d66fa326 (patch)
treed0e5b4af9f6ca1d8bf4de7d728619083a1b2e77d /js/components/tools-properties/tag-properties.reel
parent6bced2460423b144c6327e7a21d27bd8f279cbd3 (diff)
downloadninja-dcbdd4d4be9a02e792bce445ab360b72d66fa326.tar.gz
Add color to tag tool
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/components/tools-properties/tag-properties.reel')
-rwxr-xr-xjs/components/tools-properties/tag-properties.reel/tag-properties.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/components/tools-properties/tag-properties.reel/tag-properties.js b/js/components/tools-properties/tag-properties.reel/tag-properties.js
index 1357ba67..52c6f44c 100755
--- a/js/components/tools-properties/tag-properties.reel/tag-properties.js
+++ b/js/components/tools-properties/tag-properties.reel/tag-properties.js
@@ -72,7 +72,7 @@ var TagProperties = exports.TagProperties = Montage.create(ToolProperties, {
72 handleFillColorChange: { 72 handleFillColorChange: {
73 value: function (e) { 73 value: function (e) {
74 this.fill = e._event; 74 this.fill = e._event;
75 this.fill.webGlColor = this.application.ninja.colorController.colorModel.colorToWebGl(e._event.color); 75// this.fill.webGlColor = this.application.ninja.colorController.colorModel.colorToWebGl(e._event.color);
76 } 76 }
77 }, 77 },
78 78