diff options
author | John Mayhew | 2012-05-10 15:10:58 -0700 |
---|---|---|
committer | John Mayhew | 2012-05-10 15:10:58 -0700 |
commit | ba64dfa1d64969e290f15459a826171468fe3550 (patch) | |
tree | 10b26bbfde954d4069b58e866d1105047a2ec72e /js/tools/InkBottleTool.js | |
parent | d32cf39a8ef1e2d2fb50f1183c5546fdac83b396 (diff) | |
download | ninja-ba64dfa1d64969e290f15459a826171468fe3550.tar.gz |
put color chips in the inkbottle and fill tool
Diffstat (limited to 'js/tools/InkBottleTool.js')
-rwxr-xr-x | js/tools/InkBottleTool.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tools/InkBottleTool.js b/js/tools/InkBottleTool.js index fd17f4d6..2c03d133 100755 --- a/js/tools/InkBottleTool.js +++ b/js/tools/InkBottleTool.js | |||
@@ -69,7 +69,7 @@ exports.InkBottleTool = Montage.create(ModifierToolBase, { | |||
69 | 69 | ||
70 | if(this._canColor && this.application.ninja.selectedElements.length) | 70 | if(this._canColor && this.application.ninja.selectedElements.length) |
71 | { | 71 | { |
72 | var color = this.application.ninja.colorController.colorToolbar.stroke, | 72 | var color = this.options.stroke, |
73 | colorInfo; | 73 | colorInfo; |
74 | if(color && color.color) | 74 | if(color && color.color) |
75 | { | 75 | { |