summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ui/tools/pen-tool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tools/pen-tool.cpp b/src/ui/tools/pen-tool.cpp
index 3ef9b96af..cea8e67e6 100644
--- a/src/ui/tools/pen-tool.cpp
+++ b/src/ui/tools/pen-tool.cpp
@@ -1563,7 +1563,7 @@ void PenTool::_bspline_spiro_motion(bool shift){
}else if(!this->green_curve->is_empty()){
tmpCurve = this->green_curve->copy();
}else{
- tmpCurve = this->sa->curve->copy();
+ tmpCurve = this->sc->copy();
if(this->sa->start)
tmpCurve = tmpCurve->create_reverse();
}