summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/spray-tool.h
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-10-26 23:07:29 +0000
committerJabiertxof <jtx@jtx.marker.es>2015-10-26 23:07:29 +0000
commitce4d5cefcf234870d5f345f184256c9fab354777 (patch)
tree7614ee7add8c3e000b599116f5faf80ec0e70235 /src/ui/tools/spray-tool.h
parentAdd option to not overlap if multiple elements are selected to spray (diff)
downloadinkscape-ce4d5cefcf234870d5f345f184256c9fab354777.tar.gz
inkscape-ce4d5cefcf234870d5f345f184256c9fab354777.zip
Added a option to pick down color
(bzr r14422.1.14)
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 20c59bcf7..f65e0a223 100644
--- a/src/ui/tools/spray-tool.h
+++ b/src/ui/tools/spray-tool.h
@@ -88,6 +88,7 @@ public:
Geom::Point last_push;
SPCanvasItem *dilate_area;
bool overlap;
+ bool picker;
double offset;
sigc::connection style_set_connection;