summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/path-manipulator.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2014-01-30 18:45:02 +0000
committerJabiertxof <jtx@jtx.marker.es>2014-01-30 18:45:02 +0000
commit2563a8cae7411cfee682cbd306f43d5721908c42 (patch)
tree578fe5809fc43ce466d6c2caf83fb73656e95003 /src/ui/tool/path-manipulator.cpp
parentupdate to trunk (diff)
downloadinkscape-2563a8cae7411cfee682cbd306f43d5721908c42.tar.gz
inkscape-2563a8cae7411cfee682cbd306f43d5721908c42.zip
show outline by default in bspline, tnx to su_v suggestion
(bzr r11950.1.241)
Diffstat (limited to 'src/ui/tool/path-manipulator.cpp')
-rw-r--r--src/ui/tool/path-manipulator.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/tool/path-manipulator.cpp b/src/ui/tool/path-manipulator.cpp
index 654e1fa5d..da364926a 100644
--- a/src/ui/tool/path-manipulator.cpp
+++ b/src/ui/tool/path-manipulator.cpp
@@ -148,6 +148,9 @@ PathManipulator::PathManipulator(MultiPathManipulator &mpm, SPPath *path,
_createControlPointsFromGeometry();
BSpline();
+ if(isBSpline){
+ _show_outline(true);
+ }
}
PathManipulator::~PathManipulator()