diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2014-01-30 22:40:40 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2014-01-30 22:40:40 +0000 |
| commit | 210d60046203fad93e65f049c5c6a7516d967f07 (patch) | |
| tree | bbff7c8c12f65e938fe0af5699f87d58c6bb98a7 /src/ui/tool/path-manipulator.cpp | |
| parent | Hack to can show/hide bspline lines (diff) | |
| download | inkscape-210d60046203fad93e65f049c5c6a7516d967f07.tar.gz inkscape-210d60046203fad93e65f049c5c6a7516d967f07.zip | |
add comment to bspline red outline hack
(bzr r11950.1.244)
Diffstat (limited to 'src/ui/tool/path-manipulator.cpp')
| -rw-r--r-- | src/ui/tool/path-manipulator.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/tool/path-manipulator.cpp b/src/ui/tool/path-manipulator.cpp index 9cda94097..4092cd22b 100644 --- a/src/ui/tool/path-manipulator.cpp +++ b/src/ui/tool/path-manipulator.cpp @@ -148,6 +148,8 @@ 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(); |
