diff options
| author | Nathan Lee <2431820-nathanal@users.noreply.gitlab.com> | 2019-06-24 01:55:41 +0000 |
|---|---|---|
| committer | Nathan Lee <2431820-nathanal@users.noreply.gitlab.com> | 2019-06-24 02:14:50 +0000 |
| commit | 77073fde6db57c37e4abe4e95c6e283120b4d194 (patch) | |
| tree | 03db0e2d0f0a863e907230561ef8fbe3c3da4260 /src/ui | |
| parent | fix mising changes in previous commit (diff) | |
| download | inkscape-77073fde6db57c37e4abe4e95c6e283120b4d194.tar.gz inkscape-77073fde6db57c37e4abe4e95c6e283120b4d194.zip | |
Pen tool live update of green BPaths on Alt+Move
Regression fix gitlab.com/inkscape/inbox/issues/600
Diffstat (limited to 'src/ui')
| -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 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) { |
