mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-30 02:37:26 +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: SortFilterDelegateModel {
|
||||||
model: mediaLibrary.model
|
model: mediaLibrary.model
|
||||||
sortRole: ""
|
sortRole: ""
|
||||||
|
|
Loading…
Add table
Reference in a new issue