diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2015-02-02 10:49:18 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2015-02-02 10:49:18 +0000 |
| commit | 9a037bc21c8b98650bf5be4c4e8feaac0a067e2d (patch) | |
| tree | 1a223ebdfedd2ee5ff950decc451d9e52ba1ef71 /src/widgets/toolbox.cpp | |
| parent | Enable experimental features for wider testing: meshes, LPE tool, additional ... (diff) | |
| download | inkscape-9a037bc21c8b98650bf5be4c4e8feaac0a067e2d.tar.gz inkscape-9a037bc21c8b98650bf5be4c4e8feaac0a067e2d.zip | |
Experimental mesh smoothing code.
(bzr r13890)
Diffstat (limited to '')
| -rw-r--r-- | src/widgets/toolbox.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index 4f5682f7a..5d52db6f2 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -521,6 +521,8 @@ static gchar const * ui_descr = // " <toolitem action='MeshEditFillAction' />" // " <toolitem action='MeshEditStrokeAction' />" // " <toolitem action='MeshShowHandlesAction' />" + " <toolitem action='MeshWarningAction' />" + " <toolitem action='MeshSmoothAction' />" " <separator />" " </toolbar>" |
