We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f96f9d commit 5c468f4Copy full SHA for 5c468f4
meshroom/ui/qml/GraphEditor/NodeChunks.qml
@@ -43,9 +43,7 @@ ListView {
43
Rectangle {
44
anchors.fill: parent
45
color: root.targetNode !== null
46
- ? (root.targetNode.globalStatus === "NONE"
47
- ? Colors.darkpurple
48
- : Colors.getNodeColor(root.targetNode, { "NONE": root.defaultColor }))
+ ? Colors.getNodeColor(root.targetNode, { "NONE": root.defaultColor })
49
: "transparent"
50
enabled: modelSize == 0
51
visible: enabled
0 commit comments