summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/spray-tool.h
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-11-11 08:34:01 +0000
committerJabiertxof <jtx@jtx.marker.es>2015-11-11 08:34:01 +0000
commit75f6b25acdf6f51f5772e55d2150076b539b6e67 (patch)
tree49ccfba5b1171177f3417ee17c9dfa5f6bb203ba /src/ui/tools/spray-tool.h
parentImprovements to the over visible/invisible to minimize the colisions, sprayed... (diff)
downloadinkscape-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.h1
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;