diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2010-03-14 21:04:08 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2010-03-14 21:04:08 +0000 |
| commit | a87f933596b37ac2194537f20d4bf91b8899adba (patch) | |
| tree | 21a790b0adfe0d7b403f5268d7bf9452d540e48e /src/ui/tool/path-manipulator.cpp | |
| parent | fix pasting of LPE stacks (diff) | |
| download | inkscape-a87f933596b37ac2194537f20d4bf91b8899adba.tar.gz inkscape-a87f933596b37ac2194537f20d4bf91b8899adba.zip | |
New node tool: implement handle snapping
Fixed bugs:
- https://launchpad.net/bugs/538487
(bzr r9192)
Diffstat (limited to 'src/ui/tool/path-manipulator.cpp')
| -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 d395d0e0a..ebf0f3828 100644 --- a/src/ui/tool/path-manipulator.cpp +++ b/src/ui/tool/path-manipulator.cpp @@ -1045,6 +1045,7 @@ void PathManipulator::_createControlPointsFromGeometry() // we need to set the nodetypes after all the handles are in place, // so that pickBestType works correctly // TODO maybe migrate to inkscape:node-types? + // TODO move this into SPPath - do not manipulate directly gchar const *nts_raw = _path ? _path->repr->attribute(_nodetypesKey().data()) : 0; std::string nodetype_string = nts_raw ? nts_raw : ""; /* Calculate the needed length of the nodetype string. |
