mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-28 17:57:16 +02:00
[ui] NodeEditor: Added mouse area to allow forcing focus to the parent item when clicking
This commit is contained in:
parent
1a08c31fb4
commit
1931ce05ce
1 changed files with 7 additions and 0 deletions
|
@ -255,6 +255,13 @@ Panel {
|
|||
id: placeholder_component
|
||||
|
||||
Item {
|
||||
id: panel
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
onClicked: {
|
||||
panel.forceActiveFocus();
|
||||
}
|
||||
}
|
||||
Column {
|
||||
anchors.centerIn: parent
|
||||
MaterialLabel {
|
||||
|
|
Loading…
Add table
Reference in a new issue