summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/spray-tool.h
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-11-10 17:23:11 +0000
committerjabiertxof <jabier.arraiza@marker.es>2015-11-10 17:23:11 +0000
commit31aa6219ac721c59cb1a98788dbca7b7a58c5000 (patch)
treedbc4a7d53b85eebecc9b76f3e47fb47f65ebf64e /src/ui/tools/spray-tool.h
parentmerge of branch lp:~inkscape.dev/inkscape/spraytool-no-overlap (diff)
downloadinkscape-31aa6219ac721c59cb1a98788dbca7b7a58c5000.tar.gz
inkscape-31aa6219ac721c59cb1a98788dbca7b7a58c5000.zip
Spray Tool: Change hide invisibe by over visible and over invisible, sugested by Ivan Louette
(bzr r14453)
Diffstat (limited to 'src/ui/tools/spray-tool.h')
-rw-r--r--src/ui/tools/spray-tool.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/tools/spray-tool.h b/src/ui/tools/spray-tool.h
index ca0c20375..ba4e75f70 100644
--- a/src/ui/tools/spray-tool.h
+++ b/src/ui/tools/spray-tool.h
@@ -94,7 +94,8 @@ public:
bool pickinversevalue;
bool pickfill;
bool pickstroke;
- bool visible;
+ bool overtransparent;
+ bool overnotransparent;
double offset;
sigc::connection style_set_connection;