From 85af1e44907c08de6ba2514166fcde1a615a7eca Mon Sep 17 00:00:00 2001 From: cilix42 Date: Mon, 18 Aug 2008 00:48:51 +0000 Subject: [PATCH] Add mirror symmetry to geometry tool --- src/lpe-tool-context.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.30.2