diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2015-10-08 10:25:06 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2015-10-08 10:25:06 +0000 |
| commit | 92d48dff17928ec1f964e5671383a9ebb32f3a6b (patch) | |
| tree | 00e3aa2e9691030ecf9482d6ec1ddab7c965d47c /src/widgets/toolbox.cpp | |
| parent | Correct transform when picking colors under mesh. (diff) | |
| download | inkscape-92d48dff17928ec1f964e5671383a9ebb32f3a6b.tar.gz inkscape-92d48dff17928ec1f964e5671383a9ebb32f3a6b.zip | |
Add buttons for some side/corner mesh opeartions.
(bzr r14402)
Diffstat (limited to 'src/widgets/toolbox.cpp')
| -rw-r--r-- | src/widgets/toolbox.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index cdf39e9ef..a1c32352c 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -519,9 +519,12 @@ static gchar const * ui_descr = // " <toolitem action='MeshEditFillAction' />" // " <toolitem action='MeshEditStrokeAction' />" // " <toolitem action='MeshShowHandlesAction' />" + " <toolitem action='MeshToggleSidesAction' />" + " <toolitem action='MeshMakeEllipticalAction' />" + " <toolitem action='MeshPickColorsAction' />" + " <separator />" " <toolitem action='MeshWarningAction' />" " <toolitem action='MeshSmoothAction' />" - " <separator />" " </toolbar>" " <toolbar name='DropperToolbar'>" |
