Skip to content

Commit

Permalink
Connector visible and add properties back for speaker
Browse files Browse the repository at this point in the history
  • Loading branch information
dragly committed Jun 14, 2017
1 parent 4eba642 commit 056bd6e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions qml/meters/Loudspeaker.qml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ Node {

controls: Component {
PropertiesPage {
width: parent ? parent.width : 100

Component.onCompleted: {
for(var i = 0; i < repeater.count; i++) {
var item = repeater.itemAt(i)
Expand Down Expand Up @@ -174,11 +172,8 @@ Node {
source: "glass.wav"
}



Connector {
color: Style.meter.border.color
visible: parent.selected || numberOfEdges < 1
}
}

1 change: 0 additions & 1 deletion qml/meters/SpikeDetector.qml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,5 @@ Node {

Connector {
color: Style.meter.border.color
visible: parent.selected || numberOfEdges < 1
}
}

0 comments on commit 056bd6e

Please sign in to comment.