diff options
| author | Jabiertxo Arraiza Cenoz <jtx@jtx-desktop.markerlab.es> | 2018-03-28 09:07:45 +0000 |
|---|---|---|
| committer | Jabiertxo Arraiza Cenoz <jtx@jtx-desktop.markerlab.es> | 2018-03-28 09:07:45 +0000 |
| commit | 7556d8b73d99852f3b4d01d20fda020e01db0789 (patch) | |
| tree | 017dd52e3bdc693595c3ef599dd17339db408f10 | |
| parent | a few more fixes to build warnings related to libnrtype (diff) | |
| download | inkscape-7556d8b73d99852f3b4d01d20fda020e01db0789.tar.gz inkscape-7556d8b73d99852f3b4d01d20fda020e01db0789.zip | |
Fix a updating path on LPE with path maipulations
| -rw-r--r-- | src/ui/tool/path-manipulator.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/tool/path-manipulator.cpp b/src/ui/tool/path-manipulator.cpp index 192a02fe2..2da1875d2 100644 --- a/src/ui/tool/path-manipulator.cpp +++ b/src/ui/tool/path-manipulator.cpp @@ -1513,6 +1513,7 @@ 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))) { |
