diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-10-24 14:55:14 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-10-24 14:55:14 +0000 |
| commit | 2bd48486ba7584cc0eb6aa2c034f08b9c589ea5f (patch) | |
| tree | 79257638b6c45bd4fd8a8fd1738d904527d11675 /src/ui/tools/spray-tool.h | |
| parent | Working on spray tool (diff) | |
| download | inkscape-2bd48486ba7584cc0eb6aa2c034f08b9c589ea5f.tar.gz inkscape-2bd48486ba7584cc0eb6aa2c034f08b9c589ea5f.zip | |
working in a new way
(bzr r14422.1.7)
Diffstat (limited to 'src/ui/tools/spray-tool.h')
| -rw-r--r-- | src/ui/tools/spray-tool.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ui/tools/spray-tool.h b/src/ui/tools/spray-tool.h index 8df730201..1a931135f 100644 --- a/src/ui/tools/spray-tool.h +++ b/src/ui/tools/spray-tool.h @@ -86,7 +86,9 @@ public: bool has_dilated; Geom::Point last_push; SPCanvasItem *dilate_area; - + bool overlap; + double offset; + std::vector<SPItem*> hidding_items; sigc::connection style_set_connection; static const std::string prefsPath; |
