diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-03-19 00:14:03 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2016-03-19 00:14:03 +0000 |
| commit | 04a8c5b6ee2cbadf792295bbdb4048369103f32c (patch) | |
| tree | b72051b7eea37526fb9428e822de28365a0c217e /src/ui/tool/path-manipulator.cpp | |
| parent | Fix more Krzysztof comments on merge proposal, temporary disable LPE on clip ... (diff) | |
| parent | Remove code of a semifixed bug (diff) | |
| download | inkscape-04a8c5b6ee2cbadf792295bbdb4048369103f32c.tar.gz inkscape-04a8c5b6ee2cbadf792295bbdb4048369103f32c.zip | |
update to trunk
(bzr r13708.1.45)
Diffstat (limited to 'src/ui/tool/path-manipulator.cpp')
| -rw-r--r-- | src/ui/tool/path-manipulator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tool/path-manipulator.cpp b/src/ui/tool/path-manipulator.cpp index f4790c317..3b25439f3 100644 --- a/src/ui/tool/path-manipulator.cpp +++ b/src/ui/tool/path-manipulator.cpp @@ -1492,7 +1492,6 @@ void PathManipulator::_getGeometry() void PathManipulator::_setGeometry() { using namespace Inkscape::LivePathEffect; - if (empty()) return; if (!_lpe_key.empty()) { // copied from nodepath.cpp @@ -1505,6 +1504,7 @@ void PathManipulator::_setGeometry() LIVEPATHEFFECT(_path)->requestModified(SP_OBJECT_MODIFIED_FLAG); } } else { + if (empty()) return; //XML Tree being used here directly while it shouldn't be. if (_path->getRepr()->attribute("inkscape:original-d")) _path->set_original_curve(_spcurve, false, false); |
