mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 02:08:08 +02:00
[ui] Inspector 3D: Added mouse area to allow forcing focus to the parent item when clicking
This commit is contained in:
parent
e51bb93bf0
commit
e1ac6c34dc
1 changed files with 8 additions and 0 deletions
|
@ -355,6 +355,14 @@ FloatingPane {
|
|||
}
|
||||
}
|
||||
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
onClicked: {
|
||||
/// Steal focus from anything that may have
|
||||
mediaListView.forceActiveFocus();
|
||||
}
|
||||
}
|
||||
|
||||
model: SortFilterDelegateModel {
|
||||
model: mediaLibrary.model
|
||||
sortRole: ""
|
||||
|
|
Loading…
Add table
Reference in a new issue