diff options
Diffstat (limited to 'src/object/sp-offset.cpp')
| -rw-r--r-- | src/object/sp-offset.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/object/sp-offset.cpp b/src/object/sp-offset.cpp index 82e0b4947..2864e88cb 100644 --- a/src/object/sp-offset.cpp +++ b/src/object/sp-offset.cpp @@ -361,7 +361,7 @@ void SPOffset::set_shape() { SPCurve *c = new SPCurve(pv); g_assert(c != NULL); - this->setCurveInsync (c, TRUE); + this->setCurveInsync (c); this->setCurveBeforeLPE(c); c->unref(); @@ -669,7 +669,7 @@ void SPOffset::set_shape() { SPCurve *c = new SPCurve(pv); g_assert(c != NULL); - this->setCurveInsync (c, TRUE); + this->setCurveInsync (c); this->setCurveBeforeLPE(c); c->unref(); |
