summaryrefslogtreecommitdiffstats
path: root/src/object/sp-shape.cpp
diff options
context:
space:
mode:
authorJabiertxo Arraiza Cenoz <jtx@jtx-desktop.markerlab.es>2018-03-28 09:39:49 +0000
committerJabiertxo Arraiza Cenoz <jtx@jtx-desktop.markerlab.es>2018-03-28 09:39:49 +0000
commitf26b6039c2a0d75c8601672ab4bea5bc3b0e17a5 (patch)
treee03f24c9ec09e45bafe741d6be55ef0c17360834 /src/object/sp-shape.cpp
parentFix powerstroke update (diff)
downloadinkscape-f26b6039c2a0d75c8601672ab4bea5bc3b0e17a5.tar.gz
inkscape-f26b6039c2a0d75c8601672ab4bea5bc3b0e17a5.zip
Fix LPE updating problems
Diffstat (limited to 'src/object/sp-shape.cpp')
-rw-r--r--src/object/sp-shape.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/sp-shape.cpp b/src/object/sp-shape.cpp
index 0687ef1fa..4af596d1e 100644
--- a/src/object/sp-shape.cpp
+++ b/src/object/sp-shape.cpp
@@ -764,9 +764,9 @@ void SPShape::update_patheffect(bool write)
} else {
repr->setAttribute("d", NULL);
}
- this->requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG);
}
c_lpe->unref();
+ this->requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG);
}
}