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:52:10 +0000
committerJabiertxof <jtx@jtx.marker.es>2014-01-30 18:52:10 +0000
commite582ac68a9ebeca19cc10c47fb6b57a514937278 (patch)
treeb2ebfac166c8816eedb0071a4da8799b90eb1c7f /src/ui/tool/path-manipulator.cpp
parentshow outline by default in bspline, tnx to su_v suggestion (diff)
downloadinkscape-e582ac68a9ebeca19cc10c47fb6b57a514937278.tar.gz
inkscape-e582ac68a9ebeca19cc10c47fb6b57a514937278.zip
fix bug compiling
(bzr r11950.1.242)
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 da364926a..83af89732 100644
--- a/src/ui/tool/path-manipulator.cpp
+++ b/src/ui/tool/path-manipulator.cpp
@@ -149,7 +149,7 @@ PathManipulator::PathManipulator(MultiPathManipulator &mpm, SPPath *path,
_createControlPointsFromGeometry();
BSpline();
if(isBSpline){
- _show_outline(true);
+ _show_outline = true;
}
}