refactor(tracker/gioui): combine UnitList & UnitEditor structs

This commit is contained in:
5684185+vsariola@users.noreply.github.com
2025-10-31 21:57:17 +02:00
parent 48dc4a35bb
commit 91c9701f14
2 changed files with 90 additions and 141 deletions

View File

@ -62,7 +62,7 @@ type (
func NewPatchPanel(model *tracker.Model) *PatchPanel {
return &PatchPanel{
instrEditor: MakeInstrumentEditor(model),
instrEditor: *NewInstrumentEditor(model),
instrList: MakeInstrList(model),
tools: MakeInstrumentTools(model),
instrProps: *NewInstrumentProperties(),