summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-simplify.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/live_effects/lpe-simplify.h')
-rw-r--r--src/live_effects/lpe-simplify.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-simplify.h b/src/live_effects/lpe-simplify.h
index a04fff76c..08561b3e4 100644
--- a/src/live_effects/lpe-simplify.h
+++ b/src/live_effects/lpe-simplify.h
@@ -35,13 +35,13 @@ public:
virtual void drawHandle(Geom::Point p);
virtual void drawHandleLine(Geom::Point p,Geom::Point p2);
+ ScalarParam threshold;
protected:
void addCanvasIndicators(SPLPEItem const */*lpeitem*/, std::vector<Geom::PathVector> &hp_vec) override;
private:
ScalarParam steps;
- ScalarParam threshold;
ScalarParam smooth_angles;
ScalarParam helper_size;
ToggleButtonParam simplify_individual_paths;