Skip to content

Commit

Permalink
Merge pull request #2622 from alicevision/fix/NodeMenuKeys
Browse files Browse the repository at this point in the history
[ui] GraphEditor: Address Key Event Conflicts in Node Menu
  • Loading branch information
cbentejac authored Dec 19, 2024
2 parents 6e99f9d + b31da19 commit aeb77d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meshroom/ui/qml/GraphEditor/GraphEditor.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit aeb77d8

Please sign in to comment.