summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ui/tool/control-point-selection.cpp2
1 files changed, 2 insertions, 0 deletions
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);
}