From e91d79e807ad5072378745e3a2ce3f2cedbfc850 Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Sat, 10 Mar 2018 00:37:22 +0100 Subject: Allow path move --- src/ui/tool/path-manipulator.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ui/tool/path-manipulator.cpp') diff --git a/src/ui/tool/path-manipulator.cpp b/src/ui/tool/path-manipulator.cpp index 67d914095..192a02fe2 100644 --- a/src/ui/tool/path-manipulator.cpp +++ b/src/ui/tool/path-manipulator.cpp @@ -1511,7 +1511,8 @@ void PathManipulator::_setGeometry() if (empty()) return; if (SPCurve * original = _path->getCurveBeforeLPE()){ if(!_spcurve->is_equal(original)) { - _path->setCurveBeforeLPE(_spcurve, false, false); + _path->setCurveBeforeLPE(_spcurve, false); + sp_lpe_item_update_patheffect(_path, true, false); original->unref(); } } else if(!_spcurve->is_equal(_path->getCurve(true))) { -- cgit v1.2.3