diff --git a/meshroom/ui/qml/GraphEditor/GraphEditor.qml b/meshroom/ui/qml/GraphEditor/GraphEditor.qml index c74acbc7d1..0f33730828 100755 --- a/meshroom/ui/qml/GraphEditor/GraphEditor.qml +++ b/meshroom/ui/qml/GraphEditor/GraphEditor.qml @@ -293,6 +293,8 @@ Item { searchBar.forceActiveFocus() } } + // Set the priority ordering of the keys to be Item's own Key Handling > ForwardTo + Keys.priority: Keys.AfterItem; // Create node on mouse click onClicked: newNodeMenu.createNode(modelData)