summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/eraser-tool.h
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2016-02-13 01:41:52 +0000
committerjabiertxof <info@marker.es>2016-02-13 01:41:52 +0000
commit710d4b83c310bd2fe9958aa22a9938b7ddb022a7 (patch)
treea68bdf637f98473ef955fb1c4c17d29c5b05032a /src/ui/tools/eraser-tool.h
parentif viewbox does not exist, create it from page size, only if page size exists... (diff)
downloadinkscape-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.h1
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;
};
}