refactor(tracker, gioui): get rid of EditMode, use gio focus instead

This commit is contained in:
vsariola
2021-04-24 22:07:56 +03:00
parent e544e955cb
commit b2b15f825d
16 changed files with 1325 additions and 1086 deletions

View File

@ -175,7 +175,7 @@ func (t *Tracker) loadInstrument(filename string) bool {
}
t.SetInstrument(instrument)
if t.Instrument().Comment != "" {
t.InstrumentExpanded = true
t.InstrumentEditor.ExpandComment()
}
return true
}