summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJabiertxof <jtx@jtx>2016-12-07 01:25:16 +0000
committerJabiertxof <jtx@jtx>2016-12-07 01:25:16 +0000
commit3e3a45f4d4b46222eddbff9bc513ff4fc07561cd (patch)
tree2e0c0a9fca49b9344447eed69d29deb466dde5c0 /src
parentFixing and commiting (diff)
parentFix measure LPE to fit future extra objects based LPE (diff)
downloadinkscape-3e3a45f4d4b46222eddbff9bc513ff4fc07561cd.tar.gz
inkscape-3e3a45f4d4b46222eddbff9bc513ff4fc07561cd.zip
Update to trunk
(bzr r15295.1.11)
Diffstat (limited to 'src')
-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 75b507a57..5746a8f86 100644
--- a/src/ui/tool/path-manipulator.cpp
+++ b/src/ui/tool/path-manipulator.cpp
@@ -1492,7 +1492,6 @@ void PathManipulator::_setGeometry()
}
} else {
if (empty()) return;
- //XML Tree being used here directly while it shouldn't be.
if (SPCurve * original = _path->get_original_curve()){
if(!_spcurve->is_equal(original)) {
_path->set_original_curve(_spcurve, false, false);