mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-21 14:34:36 -04:00
drafting
This commit is contained in:
parent
1d9f1171bc
commit
8e9626e48f
@ -220,8 +220,8 @@ func (pe *UnitEditor) command(gtx C, e key.Event, t *Tracker) {
|
||||
}
|
||||
}
|
||||
|
||||
func (t *UnitEditor) Tags(curLevel int, yield TagYieldFunc) bool {
|
||||
return yield(curLevel, t.sliderList) && yield(curLevel+1, &t.commentEditor.widgetEditor)
|
||||
func (t *UnitEditor) Tags(level int, yield TagYieldFunc) bool {
|
||||
return yield(level, t.sliderList) && yield(level+1, &t.commentEditor.widgetEditor)
|
||||
}
|
||||
|
||||
type ParameterWidget struct {
|
||||
|
Reference in New Issue
Block a user