summaryrefslogtreecommitdiffstats
path: root/src/object/sp-rect.cpp
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2018-03-14 22:02:47 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2018-03-26 17:48:34 +0000
commit01b27a996de7aa03e5ec7b961ffd7d0f2e8625c6 (patch)
treee1ebbf6b158fbe8d308e2f5518c90cd17c182fb5 /src/object/sp-rect.cpp
parentAllow path move (diff)
downloadinkscape-01b27a996de7aa03e5ec7b961ffd7d0f2e8625c6.tar.gz
inkscape-01b27a996de7aa03e5ec7b961ffd7d0f2e8625c6.zip
Allow upadate shapen innside groups with LPE
Diffstat (limited to 'src/object/sp-rect.cpp')
-rw-r--r--src/object/sp-rect.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/sp-rect.cpp b/src/object/sp-rect.cpp
index f21dafd54..9e20c6f6a 100644
--- a/src/object/sp-rect.cpp
+++ b/src/object/sp-rect.cpp
@@ -269,7 +269,7 @@ void SPRect::set_shape() {
this->setCurveBeforeLPE(c);
// LPE is not applied because result can generally not be represented as SPRect
-
+
c->unref();
}