diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2013-05-28 23:33:43 +0000 |
|---|---|---|
| committer | Jabiertxo Arraiza Zenotz <jtx@jtx.marker.es> | 2013-05-28 23:33:43 +0000 |
| commit | d67294affd2f6b0f71c67b75cf521bfe308500f9 (patch) | |
| tree | 7c693517d0f3154e9fba7a67f3eb840156a9b888 /src/ui/tool/path-manipulator.cpp | |
| parent | update to trunk (diff) | |
| download | inkscape-d67294affd2f6b0f71c67b75cf521bfe308500f9.tar.gz inkscape-d67294affd2f6b0f71c67b75cf521bfe308500f9.zip | |
Fixed a error that handles all kinds of pathas as bsplines
(bzr r11950.1.119)
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 eb60abe2a..ea007dfee 100644 --- a/src/ui/tool/path-manipulator.cpp +++ b/src/ui/tool/path-manipulator.cpp @@ -110,7 +110,7 @@ void build_segment(Geom::PathBuilder &, Node *, Node *); PathManipulator::PathManipulator(MultiPathManipulator &mpm, SPPath *path, Geom::Affine const &et, guint32 outline_color, Glib::ustring lpe_key) : PointManipulator(mpm._path_data.node_data.desktop, *mpm._path_data.node_data.selection) - , isBSpline(true) + , isBSpline(false) , _subpaths(*this) , _multi_path_manipulator(mpm) , _path(path) |
