diff --git a/meshroom/ui/qml/GraphEditor/GraphEditor.qml b/meshroom/ui/qml/GraphEditor/GraphEditor.qml index b2e77079..8ff01d4d 100755 --- a/meshroom/ui/qml/GraphEditor/GraphEditor.qml +++ b/meshroom/ui/qml/GraphEditor/GraphEditor.qml @@ -861,7 +861,7 @@ Item { selectionMode = ItemSelectionModel.Select; } if(mouse.modifiers & Qt.ControlModifier) { - selectionMode = ItemSelectionModel.Deselect; + selectionMode = ItemSelectionModel.Toggle; } if(mouse.modifiers & Qt.AltModifier) { uigraph.selectFollowing(node);