Skip to content

Commit

Permalink
update SetStrings in loopctrl
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoreilly committed Mar 20, 2024
1 parent c9088e1 commit a38b64a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egui/loopctrl.go
Expand Up @@ -75,7 +75,7 @@ func (gui *GUI) AddLooperCtrl(tb *gi.Toolbar, loops *looper.Manager, modes []eti
for _, s := range steps {
stepStrs = append(stepStrs, s.String())
}
scb.SetStrings(stepStrs)
scb.SetStrings(stepStrs...)
stack := loops.Stacks[mode]
scb.SetCurrentValue(stack.StepLevel.String())

Expand Down

0 comments on commit a38b64a

Please sign in to comment.