mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-25 16:34:45 -04:00
drafting
This commit is contained in:
parent
53af773815
commit
e1aa9c0d26
@ -111,6 +111,8 @@ func (s FilledDragListStyle) Layout(gtx C, element, bg func(gtx C, i int) D) D {
|
||||
case key.FocusEvent:
|
||||
if !ke.Focus {
|
||||
s.dragList.TrackerList.SetSelected2(s.dragList.TrackerList.Selected())
|
||||
} else {
|
||||
s.dragList.EnsureVisible(s.dragList.TrackerList.Selected())
|
||||
}
|
||||
case key.Event:
|
||||
if ke.State != key.Press {
|
||||
|
Reference in New Issue
Block a user