Skip to content

Commit

Permalink
Ensure connector visible when hovering
Browse files Browse the repository at this point in the history
Missing on IrregularSpikeGenerator, RegularSpikeGenerator, Retina,
TouchSensor
  • Loading branch information
dragly committed Jun 14, 2017
1 parent c7d8b1c commit 4eba642
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion qml/generators/IrregularSpikeGenerator.qml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ Node {
}

Connector {
visible: root.selected
color: inhibitory ? "#e41a1c" : "#6baed6"
connectorColor: inhibitory ? "#e41a1c" : "#6baed6"
}
Expand Down
1 change: 0 additions & 1 deletion qml/generators/RegularSpikeGenerator.qml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ Node {
}

Connector {
visible: root.selected
color: inhibitory ? "#e41a1c" : "#6baed6"
connectorColor: inhibitory ? "#e41a1c" : "#6baed6"
}
Expand Down
1 change: 0 additions & 1 deletion qml/sensors/Retina.qml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ Node {
}

Connector {
visible: root.selected
color: "#dd5000"
connectorColor: "#dd5000"
initialPoint: Qt.point(root.width + 32, root.height + 32)
Expand Down
1 change: 0 additions & 1 deletion qml/sensors/TouchSensor.qml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ Node {
Connector{
color: "#dd5000"
connectorColor: "#dd5000"
visible: sensorRoot.selected
z: -1
}

Expand Down

0 comments on commit 4eba642

Please sign in to comment.