mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-18 21:14:31 -04:00
refactor(tracker, gioui): get rid of EditMode, use gio focus instead
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user