mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-22 19:17:16 +02:00
[ui] GraphEditor: grab focus on background click
This commit is contained in:
parent
b931632ea2
commit
ca8a70f367
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ Item {
|
|||
}
|
||||
onReleased: {
|
||||
drag.target = undefined // stop drag
|
||||
root.forceActiveFocus()
|
||||
workspaceClicked()
|
||||
}
|
||||
onPositionChanged: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue