mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-06 10:18:42 +02:00
[Viewer] Check that the featureViewer exists before accessing it
This commit is contained in:
parent
30cd13c7b3
commit
59a092f53a
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ FloatingPane {
|
||||||
ToolTip.visible: hovered
|
ToolTip.visible: hovered
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
Layout.alignment: Qt.AlignRight
|
Layout.alignment: Qt.AlignRight
|
||||||
checked: root.featuresViewer.displayTrackEndpoints
|
checked: root.featuresViewer ? root.featuresViewer.displayTrackEndpoints : false
|
||||||
onClicked: root.featuresViewer.displayTrackEndpoints = displayTrackEndpointsCB.checked
|
onClicked: root.featuresViewer.displayTrackEndpoints = displayTrackEndpointsCB.checked
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue