diff options
Diffstat (limited to 'src/lpe-tool-context.cpp')
| -rw-r--r-- | src/lpe-tool-context.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lpe-tool-context.cpp b/src/lpe-tool-context.cpp index 9e58e306d..44c81057c 100644 --- a/src/lpe-tool-context.cpp +++ b/src/lpe-tool-context.cpp @@ -44,7 +44,7 @@ static gint sp_lpetool_context_root_handler(SPEventContext *ec, GdkEvent *event) void sp_lpetool_context_selection_changed(Inkscape::Selection *selection, gpointer data); -const int num_subtools = 7; +const int num_subtools = 8; Inkscape::LivePathEffect::EffectType lpesubtools[] = { Inkscape::LivePathEffect::INVALID_LPE, // this must be here to account for the "all inactive" action @@ -54,6 +54,7 @@ Inkscape::LivePathEffect::EffectType lpesubtools[] = { Inkscape::LivePathEffect::PARALLEL, Inkscape::LivePathEffect::PERP_BISECTOR, Inkscape::LivePathEffect::ANGLE_BISECTOR, + Inkscape::LivePathEffect::MIRROR_SYMMETRY, }; static SPPenContextClass *lpetool_parent_class = 0; |
