diff options
Diffstat (limited to 'src/live_effects')
| -rw-r--r-- | src/live_effects/lpe-powerstroke.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/live_effects/lpe-powerstroke.h b/src/live_effects/lpe-powerstroke.h index 4c9c6d327..feac395b7 100644 --- a/src/live_effects/lpe-powerstroke.h +++ b/src/live_effects/lpe-powerstroke.h @@ -32,8 +32,9 @@ public: // methods called by path-manipulator upon edits void adjustForNewPath(std::vector<Geom::Path> const & path_in); -private: PowerStrokePointArrayParam offset_points; + +private: BoolParam sort_points; EnumParam<unsigned> interpolator_type; ScalarParam interpolator_beta; |
