diff options
| author | Martin Owens <doctormo@gmail.com> | 2016-10-02 23:23:34 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2016-10-02 23:23:34 +0000 |
| commit | b2cb0719468ebd034a0eceb4d0510fb464409265 (patch) | |
| tree | f0be90c49b3ace243a6166fed34ce64cfd41a0dc /src/widgets/toolbox.cpp | |
| parent | Adjust dock size to minimum width during canvas table size allocation signal. (diff) | |
| parent | Update to trunk and some fixes (diff) | |
| download | inkscape-b2cb0719468ebd034a0eceb4d0510fb464409265.tar.gz inkscape-b2cb0719468ebd034a0eceb4d0510fb464409265.zip | |
Merge in the new eraser mode (2) which uses clip instead of cut.
(bzr r15143)
Diffstat (limited to 'src/widgets/toolbox.cpp')
| -rw-r--r-- | src/widgets/toolbox.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index f74be4b15..c03ca85e6 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -493,6 +493,13 @@ static gchar const * ui_descr = " <toolitem action='EraserModeAction' />" " <separator />" " <toolitem action='EraserWidthAction' />" + " <toolitem action='EraserPressureAction' />" + " <separator />" + " <toolitem action='EraserThinningAction' />" + " <separator />" + " <toolitem action='EraserCapRoundingAction' />" + " <separator />" + " <toolitem action='EraserTremorAction' />" " <separator />" " <toolitem action='EraserMassAction' />" " <separator />" |
