Skip to content

Commit

Permalink
Fix typo which was causing a crash.
Browse files Browse the repository at this point in the history
  • Loading branch information
kokernutz committed Oct 28, 2018
1 parent b37d2a3 commit ac8ca4c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion qml/CSI/Common/Deck_S8Style.qml
Original file line number Diff line number Diff line change
Expand Up @@ -1119,7 +1119,7 @@ Module
//------------------------------------------------------------------------------------------------------------------


colo ButtonSection { name: "loop_pads"; buttons: 4; color: Color.Green; stateHandling: ButtonSection.External }
ButtonSection { name: "loop_pads"; buttons: 4; color: Color.Green; stateHandling: ButtonSection.External }
ButtonSection { name: "beatjump_pads"; buttons: 4; color: Color.LightOrange }

Wire { from: DirectPropertyAdapter { path:"mapping.settings.pad_loop_size.1"; input: false } to: "loop_pads.button1.value" }
Expand Down
5 changes: 0 additions & 5 deletions qml/Screens/S8/Views/Images/Lock_Icon.svg

This file was deleted.

0 comments on commit ac8ca4c

Please sign in to comment.