diff options
Diffstat (limited to 'js/components')
-rwxr-xr-x | js/components/tools-properties/tag-properties.reel/tag-properties.js | 2 |
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 | ||