From 7d29e37a2aedad6b658d0f641a4e92cd0a237414 Mon Sep 17 00:00:00 2001 From: Nathan Lee <2431820-nathanal@users.noreply.gitlab.com> Date: Tue, 5 Nov 2019 22:22:30 +1100 Subject: Update node transform handles on deselect Fix regression from da553628 See https://gitlab.com/inkscape/inkscape/issues/501 --- src/ui/tool/control-point-selection.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/ui/tool/control-point-selection.cpp b/src/ui/tool/control-point-selection.cpp index a20a54c74..186d782d1 100644 --- a/src/ui/tool/control-point-selection.cpp +++ b/src/ui/tool/control-point-selection.cpp @@ -143,6 +143,8 @@ void ControlPointSelection::clear() for (auto erased : out) { erased->updateState(); } + + _update(); signal_selection_changed.emit(out, false); } -- cgit v1.2.3