diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2014-01-30 18:34:23 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2014-01-30 18:34:23 +0000 |
| commit | 7af8d4e83411f23c762da6bfbd2130e76923df7f (patch) | |
| tree | fd051e74fc9fb3a8b2627ae7905cbda777be91e3 /src/ui/tool/path-manipulator.cpp | |
| parent | update to trunk (diff) | |
| download | inkscape-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.cpp | 4 |
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(); } |
