summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/path-manipulator.cpp
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2013-09-26 20:25:56 +0000
committerJohan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>2013-09-26 20:25:56 +0000
commit90c7ce56fa03e18efa7296d12c6ca48f8e322e60 (patch)
tree00941fe9b988c90c21e618d20fa55c0346d52da3 /src/ui/tool/path-manipulator.cpp
parentFix for Bug #1229605 (inkscape crashes when canceled import pdf). (diff)
downloadinkscape-90c7ce56fa03e18efa7296d12c6ca48f8e322e60.tar.gz
inkscape-90c7ce56fa03e18efa7296d12c6ca48f8e322e60.zip
random code cleanup
(bzr r12596)
Diffstat (limited to 'src/ui/tool/path-manipulator.cpp')
-rw-r--r--src/ui/tool/path-manipulator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tool/path-manipulator.cpp b/src/ui/tool/path-manipulator.cpp
index 673eba97a..6e14e8e97 100644
--- a/src/ui/tool/path-manipulator.cpp
+++ b/src/ui/tool/path-manipulator.cpp
@@ -1328,7 +1328,7 @@ void PathManipulator::_setGeometry()
if (_path->getRepr()->attribute("inkscape:original-d"))
_path->set_original_curve(_spcurve, false, false);
else
- SP_SHAPE(_path)->setCurve(_spcurve, false);
+ _path->setCurve(_spcurve, false);
}
}