diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-11-11 08:34:01 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-11-11 08:34:01 +0000 |
| commit | 75f6b25acdf6f51f5772e55d2150076b539b6e67 (patch) | |
| tree | 49ccfba5b1171177f3417ee17c9dfa5f6bb203ba /src/ui/tools/spray-tool.h | |
| parent | Improvements to the over visible/invisible to minimize the colisions, sprayed... (diff) | |
| download | inkscape-75f6b25acdf6f51f5772e55d2150076b539b6e67.tar.gz inkscape-75f6b25acdf6f51f5772e55d2150076b539b6e67.zip | |
Add option to spray tool to no overlap between colors
(bzr r14455)
Diffstat (limited to 'src/ui/tools/spray-tool.h')
| -rw-r--r-- | src/ui/tools/spray-tool.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/tools/spray-tool.h b/src/ui/tools/spray-tool.h index 066ced00e..377893f0d 100644 --- a/src/ui/tools/spray-tool.h +++ b/src/ui/tools/spray-tool.h @@ -95,6 +95,7 @@ public: bool pickinversevalue; bool pickfill; bool pickstroke; + bool picknooverlap; bool overtransparent; bool overnotransparent; double offset; |
