summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/spray-tool.h
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-10-31 20:51:10 +0000
committerJabiertxof <jtx@jtx.marker.es>2015-10-31 20:51:10 +0000
commitee0d08e599aae484a6e8354499b126596dc4aa73 (patch)
treeca2f743c554a85678b2932fba4eb65583b60b2b7 /src/ui/tools/spray-tool.h
parentFix a bug compiling on pow (diff)
downloadinkscape-ee0d08e599aae484a6e8354499b126596dc4aa73.tar.gz
inkscape-ee0d08e599aae484a6e8354499b126596dc4aa73.zip
Working on picker
(bzr r14422.1.33)
Diffstat (limited to 'src/ui/tools/spray-tool.h')
-rw-r--r--src/ui/tools/spray-tool.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/tools/spray-tool.h b/src/ui/tools/spray-tool.h
index 112ab77e9..89a06dee9 100644
--- a/src/ui/tools/spray-tool.h
+++ b/src/ui/tools/spray-tool.h
@@ -91,6 +91,9 @@ public:
SPCanvasItem *dilate_area;
bool overlap;
bool picker;
+ bool pickinversescale;
+ bool pickfill;
+ bool pickstroke;
bool visible;
double offset;
sigc::connection style_set_connection;