We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7942110 commit 69909ffCopy full SHA for 69909ff
1 file changed
src/internal/ValueMonitor.qml
@@ -61,7 +61,7 @@ Rectangle {
61
Layout.minimumWidth: 40
62
63
Rectangle {
64
- color: model.color
+ color: model ? model.color : "green"
65
radius: 5
66
anchors.fill: parent
67
anchors.margins: 0
0 commit comments