diff options
| author | root <root@jtx.marker.es> | 2014-09-24 02:01:09 +0000 |
|---|---|---|
| committer | root <root@jtx.marker.es> | 2014-09-24 02:01:09 +0000 |
| commit | 128c104aa13184648dbe91de0a2d1d4a71062938 (patch) | |
| tree | 1cd21d0224dcc18970bc2ccd9d78dca3f4b4c578 /src/ui/tools/pen-tool.cpp | |
| parent | Now add the helper colors also to pencil helper (diff) | |
| download | inkscape-128c104aa13184648dbe91de0a2d1d4a71062938.tar.gz inkscape-128c104aa13184648dbe91de0a2d1d4a71062938.zip | |
Change colors of helper paths also in middle draw when change the mode -spiro, bspline...-
(bzr r13341.1.222)
Diffstat (limited to 'src/ui/tools/pen-tool.cpp')
| -rw-r--r-- | src/ui/tools/pen-tool.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/tools/pen-tool.cpp b/src/ui/tools/pen-tool.cpp index 9a86dfe2c..ecd10b068 100644 --- a/src/ui/tools/pen-tool.cpp +++ b/src/ui/tools/pen-tool.cpp @@ -181,6 +181,7 @@ void PenTool::_pen_context_set_mode(guint mode) { // define the nodes this->spiro = (mode == 1); this->bspline = (mode == 2); + this->_bspline_spiro_color(); } /** |
