Skip to content

Commit

Permalink
fix the sync button in LFO
Browse files Browse the repository at this point in the history
  • Loading branch information
Friedolino authored and fundamental committed Sep 18, 2020
1 parent 87ea54e commit 0ef4466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/ZynLFO.qml
Expand Up @@ -19,7 +19,7 @@ Group {
Knob {extern: box.extern+"Pfreqrand"}
Col {
Selector {extern: box.extern+"PLFOtype"}
Button {extern: box.extern+"Pcontinous"; label: "sync"}
ToggleButton { label: "sync"; extern: box.extern+"Pcontinous"}
}
}
}

0 comments on commit 0ef4466

Please sign in to comment.