diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-03-29 22:29:54 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-03-31 19:53:06 +0000 |
| commit | 0e5ee397b00451db41c3e2510ec1c027f873407b (patch) | |
| tree | b458c58b6b0d9d2ff75dcd809c24a788b9e5ea5f /src | |
| parent | Fix fillet chamfer LPE bug on adding points to paths (diff) | |
| download | inkscape-0e5ee397b00451db41c3e2510ec1c027f873407b.tar.gz inkscape-0e5ee397b00451db41c3e2510ec1c027f873407b.zip | |
Fix effect list order
Diffstat (limited to 'src')
| -rw-r--r-- | src/live_effects/effect-enum.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/live_effects/effect-enum.h b/src/live_effects/effect-enum.h index dc55b5280..a895a8a9b 100644 --- a/src/live_effects/effect-enum.h +++ b/src/live_effects/effect-enum.h @@ -14,6 +14,7 @@ namespace Inkscape { namespace LivePathEffect { +//Please fill in the same order than in effect.cpp:98 enum EffectType { BEND_PATH = 0, GEARS, @@ -53,6 +54,8 @@ enum EffectType { EMBRODERY_STITCH, POWERCLIP, POWERMASK, + PTS2ELLIPSE, + OFFSET, DOEFFECTSTACK_TEST, ANGLE_BISECTOR, CIRCLE_WITH_RADIUS, @@ -61,9 +64,7 @@ enum EffectType { EXTRUDE, LATTICE, LINE_SEGMENT, - OFFSET, PARALLEL, - PTS2ELLIPSE, PATH_LENGTH, PERP_BISECTOR, PERSPECTIVE_PATH, |
