Skip to content

Commit aeb77d8

Browse files
authored
Merge pull request #2622 from alicevision/fix/NodeMenuKeys
[ui] GraphEditor: Address Key Event Conflicts in Node Menu
2 parents 6e99f9d + b31da19 commit aeb77d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

meshroom/ui/qml/GraphEditor/GraphEditor.qml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,8 @@ Item {
293293
searchBar.forceActiveFocus()
294294
}
295295
}
296+
// Set the priority ordering of the keys to be Item's own Key Handling > ForwardTo
297+
Keys.priority: Keys.AfterItem;
296298
// Create node on mouse click
297299
onClicked: newNodeMenu.createNode(modelData)
298300

0 commit comments

Comments
 (0)