summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 78969d2)
raw | patch | inline | side by side (parent: 78969d2)
author | cilix42 <cilix42@users.sourceforge.net> | |
Mon, 18 Aug 2008 00:48:51 +0000 (00:48 +0000) | ||
committer | cilix42 <cilix42@users.sourceforge.net> | |
Mon, 18 Aug 2008 00:48:51 +0000 (00:48 +0000) |
src/lpe-tool-context.cpp | patch | blob | history |
index 9e58e306d2489da8996361c6ae3a6f46ce4974f5..44c81057c853e174be369155a40639406d773ba6 100644 (file)
--- a/src/lpe-tool-context.cpp
+++ b/src/lpe-tool-context.cpp
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
Inkscape::LivePathEffect::PARALLEL,
Inkscape::LivePathEffect::PERP_BISECTOR,
Inkscape::LivePathEffect::ANGLE_BISECTOR,
+ Inkscape::LivePathEffect::MIRROR_SYMMETRY,
};
static SPPenContextClass *lpetool_parent_class = 0;