mirror of
https://github.com/vsariola/sointu.git
synced 2025-05-28 03:10:24 -04:00
fix(tracker/gioui): deleting a cell in the order list did not work
This commit is contained in:
parent
c55b27b23b
commit
beb84d7652
@ -124,8 +124,8 @@ func (oe *OrderEditor) Layout(gtx C, t *Tracker) D {
|
||||
func (oe *OrderEditor) handleEvents(gtx C, t *Tracker) {
|
||||
for {
|
||||
e, ok := gtx.Event(
|
||||
key.Filter{Focus: oe.scrollTable, Name: key.NameDeleteBackward, Optional: key.ModShortcut},
|
||||
key.Filter{Focus: oe.scrollTable, Name: key.NameDeleteForward, Optional: key.ModShortcut},
|
||||
key.Filter{Focus: oe.scrollTable, Name: key.NameDeleteBackward, Required: key.ModShortcut},
|
||||
key.Filter{Focus: oe.scrollTable, Name: key.NameDeleteForward, Required: key.ModShortcut},
|
||||
key.Filter{Focus: oe.scrollTable, Name: key.NameReturn, Optional: key.ModShortcut},
|
||||
key.Filter{Focus: oe.scrollTable, Name: "0"},
|
||||
key.Filter{Focus: oe.scrollTable, Name: "1"},
|
||||
|
Loading…
Reference in New Issue
Block a user