summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/pen-tool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/tools/pen-tool.cpp')
-rw-r--r--src/ui/tools/pen-tool.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/tools/pen-tool.cpp b/src/ui/tools/pen-tool.cpp
index 7708cd86b..9bcef5fc8 100644
--- a/src/ui/tools/pen-tool.cpp
+++ b/src/ui/tools/pen-tool.cpp
@@ -162,6 +162,8 @@ void PenTool::setPolylineMode() {
this->spiro = (mode == 1);
this->bspline = (mode == 2);
this->_bsplineSpiroColor();
+ if (!this->green_bpaths.empty())
+ this->_redrawAll();
}
/**