summaryrefslogtreecommitdiffstats
path: root/src/live_effects
diff options
context:
space:
mode:
authorroot <root@jtx.marker.es>2013-03-22 00:50:18 +0000
committerroot <root@jtx.marker.es>2013-03-22 00:50:18 +0000
commitd142ebe8740c40922c1a6aa423ca4e0e7d2335d6 (patch)
treea16c044c69201a1debd9fbc6cedc76f168f4ca0a /src/live_effects
parentFixing errors at delete extrewmiuns nodes (diff)
downloadinkscape-d142ebe8740c40922c1a6aa423ca4e0e7d2335d6.tar.gz
inkscape-d142ebe8740c40922c1a6aa423ca4e0e7d2335d6.zip
Fixed end extremium node delete fault, ready for testing
(bzr r11950.1.66)
Diffstat (limited to 'src/live_effects')
-rw-r--r--src/live_effects/lpe-bspline.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/live_effects/lpe-bspline.h b/src/live_effects/lpe-bspline.h
index 44c3f451c..20012f894 100644
--- a/src/live_effects/lpe-bspline.h
+++ b/src/live_effects/lpe-bspline.h
@@ -38,6 +38,7 @@ public:
ScalarParam steps;
private:
+
BoolParam ignoreCusp;
ScalarParam weight;