diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2016-12-01 13:05:02 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2016-12-01 13:05:02 +0000 |
| commit | d87cfa4971963dfb8118ce31e169854fce85bccd (patch) | |
| tree | 498675c4078133897637abd22fc3354a985a907f /src/widgets/toolbox.cpp | |
| parent | Fix bug with mesh handle update when corner moved via keys. (diff) | |
| download | inkscape-d87cfa4971963dfb8118ce31e169854fce85bccd.tar.gz inkscape-d87cfa4971963dfb8118ce31e169854fce85bccd.zip | |
Add toggles for handle visibility, editing fill, and editing stroke.
(bzr r15289)
Diffstat (limited to 'src/widgets/toolbox.cpp')
| -rw-r--r-- | src/widgets/toolbox.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index ea9af71c8..53de2d342 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -574,6 +574,10 @@ static gchar const * ui_descr = " <toolitem action='MeshPickColorsAction' />" " <toolitem action='MeshFitInBoundingBoxAction' />" " <separator />" + " <toolitem action='MeshShowHandlesAction' />" + " <toolitem action='MeshEditFillAction' />" + " <toolitem action='MeshEditStrokeAction' />" + " <separator />" " <toolitem action='MeshWarningAction' />" " <separator />" " <toolitem action='MeshSmoothAction' />" |
