mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-07 18:35:34 +00:00
io/router: rename Router.Add to the more specific Queue
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
+1
-1
@@ -108,7 +108,7 @@ func TestListPosition(t *testing.T) {
|
||||
list.Layout(gtx, tc.num, el)
|
||||
// Generate the scroll events.
|
||||
r.Frame(gtx.Ops)
|
||||
r.Add(tc.scroll...)
|
||||
r.Queue(tc.scroll...)
|
||||
// Let the list process the events.
|
||||
list.Layout(gtx, tc.num, el)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user