Skip to content

Commit 5c468f4

Browse files
committed
[GraphEditor] NodeChunks: Remove specific color for dynamic chunks
1 parent 4f96f9d commit 5c468f4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

meshroom/ui/qml/GraphEditor/NodeChunks.qml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ ListView {
4343
Rectangle {
4444
anchors.fill: parent
4545
color: root.targetNode !== null
46-
? (root.targetNode.globalStatus === "NONE"
47-
? Colors.darkpurple
48-
: Colors.getNodeColor(root.targetNode, { "NONE": root.defaultColor }))
46+
? Colors.getNodeColor(root.targetNode, { "NONE": root.defaultColor })
4947
: "transparent"
5048
enabled: modelSize == 0
5149
visible: enabled

0 commit comments

Comments
 (0)