mirror of
https://github.com/vsariola/sointu.git
synced 2026-02-21 15:43:30 -05:00
feat(tracker): make instrument names use draglist
This commit is contained in:
@ -61,7 +61,6 @@ func (s *FilledDragListStyle) Layout(gtx C) D {
|
||||
s.dragList.tags = append(s.dragList.tags, false)
|
||||
}
|
||||
bg := func(gtx C) D {
|
||||
gtx.Constraints = layout.Exact(image.Pt(120, 20))
|
||||
var color color.NRGBA
|
||||
if s.dragList.SelectedItem == index {
|
||||
color = s.SelectedColor
|
||||
|
||||
Reference in New Issue
Block a user