diff options
| author | Shlomi Fish <shlomif@shlomifish.org> | 2016-10-03 14:18:50 +0000 |
|---|---|---|
| committer | Shlomi Fish <shlomif@shlomifish.org> | 2016-10-03 14:18:50 +0000 |
| commit | 93488a937a671febe7425b0668d26bd36648034d (patch) | |
| tree | a49f538ee8c958c4d9e33284f3e98dd89c06c829 /src/widgets/toolbox.cpp | |
| parent | Extract a function - is_query_style_updateable. (diff) | |
| parent | Merge in the new eraser mode (2) which uses clip instead of cut. (diff) | |
| download | inkscape-93488a937a671febe7425b0668d26bd36648034d.tar.gz inkscape-93488a937a671febe7425b0668d26bd36648034d.zip | |
Merged.
(bzr r15100.1.30)
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 />" |
