From a36abd99a6498ea47bab1744d3a4e221b9133f2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Vital?= Date: Wed, 28 Sep 2022 09:39:35 +0200 Subject: [ui] disable outputAttributes ComboBox when it is empty --- meshroom/ui/qml/Viewer/Viewer2D.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/meshroom/ui/qml/Viewer/Viewer2D.qml b/meshroom/ui/qml/Viewer/Viewer2D.qml index 4e0a4106..ada1061a 100644 --- a/meshroom/ui/qml/Viewer/Viewer2D.qml +++ b/meshroom/ui/qml/Viewer/Viewer2D.qml @@ -1087,6 +1087,7 @@ FocusScope { property string name: names[currentIndex] ? names[currentIndex] : "" model: names + enabled: count > 0 FontMetrics { id: fontMetrics -- cgit v1.2.3