From 77073fde6db57c37e4abe4e95c6e283120b4d194 Mon Sep 17 00:00:00 2001 From: Nathan Lee <2431820-nathanal@users.noreply.gitlab.com> Date: Mon, 24 Jun 2019 11:55:41 +1000 Subject: Pen tool live update of green BPaths on Alt+Move Regression fix gitlab.com/inkscape/inbox/issues/600 --- src/ui/tools/pen-tool.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ui/tools/pen-tool.cpp') diff --git a/src/ui/tools/pen-tool.cpp b/src/ui/tools/pen-tool.cpp index d17c0d772..819ccf882 100644 --- a/src/ui/tools/pen-tool.cpp +++ b/src/ui/tools/pen-tool.cpp @@ -1529,6 +1529,7 @@ void PenTool::_bsplineSpiroMotion(guint const state){ if (this->sa && this->green_curve->is_unset()) { this->sa_overwrited = tmp_curve->copy(); } + this->green_curve = tmp_curve->copy(); } if (cubic) { if (this->bspline) { -- cgit v1.2.3