mirror of
https://github.com/vsariola/sointu.git
synced 2026-02-07 08:10:20 -05:00
feat(tracker): adding and deleting order rows, also backward and forward deletes
This commit is contained in:
@ -181,7 +181,7 @@ func (t *Tracker) layoutInstrumentNames(gtx C) D {
|
||||
}
|
||||
func (t *Tracker) layoutInstrumentEditor(gtx C) D {
|
||||
for t.AddUnitBtn.Clicked() {
|
||||
t.AddUnit()
|
||||
t.AddUnit(true)
|
||||
}
|
||||
addUnitBtnStyle := material.IconButton(t.Theme, t.AddUnitBtn, widgetForIcon(icons.ContentAdd))
|
||||
addUnitBtnStyle.Color = t.Theme.ContrastFg
|
||||
|
||||
Reference in New Issue
Block a user