From f26b6039c2a0d75c8601672ab4bea5bc3b0e17a5 Mon Sep 17 00:00:00 2001 From: Jabiertxo Arraiza Cenoz Date: Wed, 28 Mar 2018 11:39:49 +0200 Subject: Fix LPE updating problems --- src/ui/tool/path-manipulator.cpp | 1 - 1 file changed, 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 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))) { -- cgit v1.2.3