diff options
| author | Nathan Lee <2431820-nathanal@users.noreply.gitlab.com> | 2019-11-05 11:22:30 +0000 |
|---|---|---|
| committer | Nathan Lee <2431820-nathanal@users.noreply.gitlab.com> | 2019-11-05 22:01:35 +0000 |
| commit | 7d29e37a2aedad6b658d0f641a4e92cd0a237414 (patch) | |
| tree | 7316be1185aacd5809740719ee3bf4d6d0e0546c /src | |
| parent | MSYS2: avoid pip upgrade failing if dependencies can't be updated (diff) | |
| download | inkscape-7d29e37a2aedad6b658d0f641a4e92cd0a237414.tar.gz inkscape-7d29e37a2aedad6b658d0f641a4e92cd0a237414.zip | |
Update node transform handles on deselect
Fix regression from da553628
See https://gitlab.com/inkscape/inkscape/issues/501
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/tool/control-point-selection.cpp | 2 |
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); } |
