diff options
| author | root <root@jtx.marker.es> | 2013-03-22 00:50:18 +0000 |
|---|---|---|
| committer | root <root@jtx.marker.es> | 2013-03-22 00:50:18 +0000 |
| commit | d142ebe8740c40922c1a6aa423ca4e0e7d2335d6 (patch) | |
| tree | a16c044c69201a1debd9fbc6cedc76f168f4ca0a /src/live_effects | |
| parent | Fixing errors at delete extrewmiuns nodes (diff) | |
| download | inkscape-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.h | 1 |
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; |
