diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/display/curve.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display/curve.cpp b/src/display/curve.cpp index 075f7df9e..d142b6eac 100644 --- a/src/display/curve.cpp +++ b/src/display/curve.cpp @@ -509,7 +509,7 @@ SPCurve::append_continuous(SPCurve const *c1, gdouble tolerance) } } else { - append(c1, false); + append(c1, true); } return this; |
