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/splivarot.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 'src/splivarot.h')
| -rw-r--r-- | src/splivarot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/splivarot.h b/src/splivarot.h index ba314399f..421c9c4b8 100644 --- a/src/splivarot.h +++ b/src/splivarot.h @@ -33,6 +33,7 @@ void sp_selected_path_diff (Inkscape::Selection *selection, SPDesktop *desktop); void sp_selected_path_diff_skip_undo (Inkscape::Selection *selection, SPDesktop *desktop); void sp_selected_path_symdiff (Inkscape::Selection *selection, SPDesktop *desktop); void sp_selected_path_cut (Inkscape::Selection *selection, SPDesktop *desktop); +void sp_selected_path_cut_skip_undo (Inkscape::Selection *selection, SPDesktop *desktop); void sp_selected_path_slice (Inkscape::Selection *selection, SPDesktop *desktop); // offset/inset of a curve |
