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:34:23 +0000
committerJabiertxof <jtx@jtx.marker.es>2014-01-30 18:34:23 +0000
commit7af8d4e83411f23c762da6bfbd2130e76923df7f (patch)
treefd051e74fc9fb3a8b2627ae7905cbda777be91e3 /src/ui/tool/path-manipulator.cpp
parentupdate to trunk (diff)
downloadinkscape-7af8d4e83411f23c762da6bfbd2130e76923df7f.tar.gz
inkscape-7af8d4e83411f23c762da6bfbd2130e76923df7f.zip
show outline like normal paths, by good su_v suggestion
(bzr r11950.1.239)
Diffstat (limited to 'src/ui/tool/path-manipulator.cpp')
-rw-r--r--src/ui/tool/path-manipulator.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/tool/path-manipulator.cpp b/src/ui/tool/path-manipulator.cpp
index 7bbe39f8d..654e1fa5d 100644
--- a/src/ui/tool/path-manipulator.cpp
+++ b/src/ui/tool/path-manipulator.cpp
@@ -911,8 +911,8 @@ void PathManipulator::showHandles(bool show)
/** Set the visibility of outline. */
void PathManipulator::showOutline(bool show)
{
- if(isBSpline) show = true;
- if (show == _show_outline) return;
+ //if(isBSpline) show = true;
+ //if (show == _show_outline) return;
_show_outline = show;
_updateOutline();
}