From 95b1c7b549605d7c6ce6623cc4cd121ed7c51a64 Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Sat, 3 Mar 2018 01:12:41 +0100 Subject: Base LPE refactor --- src/object/sp-rect.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/object/sp-rect.cpp') diff --git a/src/object/sp-rect.cpp b/src/object/sp-rect.cpp index 88dad5354..f21dafd54 100644 --- a/src/object/sp-rect.cpp +++ b/src/object/sp-rect.cpp @@ -198,8 +198,8 @@ const char* SPRect::displayName() const { void SPRect::set_shape() { if ((this->height.computed < 1e-18) || (this->width.computed < 1e-18)) { - this->setCurveInsync( NULL, TRUE); - this->setCurveBeforeLPE( NULL ); + this->setCurveInsync(NULL); + this->setCurveBeforeLPE(NULL); return; } @@ -265,7 +265,7 @@ void SPRect::set_shape() { } c->closepath(); - this->setCurveInsync(c, true); + this->setCurveInsync(c); this->setCurveBeforeLPE(c); // LPE is not applied because result can generally not be represented as SPRect -- cgit v1.2.3