diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2013-09-26 20:59:57 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2013-09-26 20:59:57 +0000 |
| commit | 10b7fff1b81f5dca3733ff205beef6c0750bc82b (patch) | |
| tree | 535e4fa78ebd6e42971454e3c2dd56a998217c97 /src/ui/tool/path-manipulator.cpp | |
| parent | update to trunk (diff) | |
| parent | cppcheck (diff) | |
| download | inkscape-10b7fff1b81f5dca3733ff205beef6c0750bc82b.tar.gz inkscape-10b7fff1b81f5dca3733ff205beef6c0750bc82b.zip | |
update to trunk
(bzr r12588.1.8)
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 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); } } |
