diff options
Diffstat (limited to 'js/components/tools-properties/rect-properties.reel/rect-properties.js')
-rwxr-xr-x | js/components/tools-properties/rect-properties.reel/rect-properties.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/components/tools-properties/rect-properties.reel/rect-properties.js b/js/components/tools-properties/rect-properties.reel/rect-properties.js index 53539113..faf6ee7b 100755 --- a/js/components/tools-properties/rect-properties.reel/rect-properties.js +++ b/js/components/tools-properties/rect-properties.reel/rect-properties.js | |||
@@ -76,7 +76,7 @@ exports.RectProperties = Montage.create(ToolProperties, { | |||
76 | use3D: { | 76 | use3D: { |
77 | get: function() { return this.base._use3D; } | 77 | get: function() { return this.base._use3D; } |
78 | }, | 78 | }, |
79 | 79 | ||
80 | strokeSize: { | 80 | strokeSize: { |
81 | get: function() { return this.base._strokeSize; } | 81 | get: function() { return this.base._strokeSize; } |
82 | }, | 82 | }, |