From 128c104aa13184648dbe91de0a2d1d4a71062938 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 24 Sep 2014 04:01:09 +0200 Subject: Change colors of helper paths also in middle draw when change the mode -spiro, bspline...- (bzr r13341.1.222) --- src/ui/tools/pen-tool.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ui') 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(); } /** -- cgit v1.2.3