summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/path-manipulator.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2014-02-08 21:16:43 +0000
committerJabiertxof <jtx@jtx.marker.es>2014-02-08 21:16:43 +0000
commit215e1988378008820be9bfb7d948d8b6e33eb0a1 (patch)
treec887ea6f3d5739f2520dbcd8d44eaa55284ba047 /src/ui/tool/path-manipulator.cpp
parentupdate to trunk (diff)
downloadinkscape-215e1988378008820be9bfb7d948d8b6e33eb0a1.tar.gz
inkscape-215e1988378008820be9bfb7d948d8b6e33eb0a1.zip
Removing hack for force show red lines in bspline mode
(bzr r11950.1.251)
Diffstat (limited to 'src/ui/tool/path-manipulator.cpp')
-rw-r--r--src/ui/tool/path-manipulator.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/ui/tool/path-manipulator.cpp b/src/ui/tool/path-manipulator.cpp
index 4092cd22b..bad07daee 100644
--- a/src/ui/tool/path-manipulator.cpp
+++ b/src/ui/tool/path-manipulator.cpp
@@ -148,13 +148,6 @@ PathManipulator::PathManipulator(MultiPathManipulator &mpm, SPPath *path,
_createControlPointsFromGeometry();
BSpline();
- //Small Hack to default show red path in bspline on select, independent of the state of toogle button
- //it become some inconsistent behaviour in the show_path toogle button
- if(isBSpline){
- _show_outline = true;
- _updateOutline();
- _show_outline = false;
- }
}
PathManipulator::~PathManipulator()