mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-23 03:27:34 +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: {
|
onReleased: {
|
||||||
drag.target = undefined // stop drag
|
drag.target = undefined // stop drag
|
||||||
|
root.forceActiveFocus()
|
||||||
workspaceClicked()
|
workspaceClicked()
|
||||||
}
|
}
|
||||||
onPositionChanged: {
|
onPositionChanged: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue