diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-02-13 01:41:52 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2016-02-13 01:41:52 +0000 |
| commit | 710d4b83c310bd2fe9958aa22a9938b7ddb022a7 (patch) | |
| tree | a68bdf637f98473ef955fb1c4c17d29c5b05032a /src/ui/tools/eraser-tool.h | |
| parent | if viewbox does not exist, create it from page size, only if page size exists... (diff) | |
| download | inkscape-710d4b83c310bd2fe9958aa22a9938b7ddb022a7.tar.gz inkscape-710d4b83c310bd2fe9958aa22a9938b7ddb022a7.zip | |
Improved eraser tool, now working on documents not pixels and with 0 width
(bzr r14648.1.1)
Diffstat (limited to '')
| -rw-r--r-- | src/ui/tools/eraser-tool.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/tools/eraser-tool.h b/src/ui/tools/eraser-tool.h index 110f57ba3..50ce6b6e3 100644 --- a/src/ui/tools/eraser-tool.h +++ b/src/ui/tools/eraser-tool.h @@ -58,6 +58,7 @@ private: void accumulate(); void fit_and_split(bool release); void draw_temporary_box(); + bool nowidth; }; } |
