summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/path-manipulator.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/ui/tool/path-manipulator.cpp
parentFix powerstroke update (diff)
downloadinkscape-f26b6039c2a0d75c8601672ab4bea5bc3b0e17a5.tar.gz
inkscape-f26b6039c2a0d75c8601672ab4bea5bc3b0e17a5.zip
Fix LPE updating problems
Diffstat (limited to 'src/ui/tool/path-manipulator.cpp')
-rw-r--r--src/ui/tool/path-manipulator.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/tool/path-manipulator.cpp b/src/ui/tool/path-manipulator.cpp
index 2da1875d2..192a02fe2 100644
--- a/src/ui/tool/path-manipulator.cpp
+++ b/src/ui/tool/path-manipulator.cpp
@@ -1513,7 +1513,6 @@ void PathManipulator::_setGeometry()
if(!_spcurve->is_equal(original)) {
_path->setCurveBeforeLPE(_spcurve, false);
sp_lpe_item_update_patheffect(_path, true, false);
- _path->requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG);
original->unref();
}
} else if(!_spcurve->is_equal(_path->getCurve(true))) {