mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-18 21:14:31 -04:00
build: upgrade to latest gioui
This commit is contained in:
parent
8fd2df19a1
commit
bf5579a2d2
@ -242,9 +242,9 @@ func (p ParameterStyle) Layout(gtx C) D {
|
||||
case tracker.IntegerParameter:
|
||||
for p.Focus {
|
||||
e, ok := gtx.Event(pointer.Filter{
|
||||
Target: &p.w.floatWidget,
|
||||
Kinds: pointer.Scroll,
|
||||
ScrollBounds: image.Rectangle{Min: image.Pt(0, -1e6), Max: image.Pt(0, 1e6)},
|
||||
Target: &p.w.floatWidget,
|
||||
Kinds: pointer.Scroll,
|
||||
ScrollY: pointer.ScrollRange{-1e6, 1e6},
|
||||
})
|
||||
if !ok {
|
||||
break
|
||||
|
Reference in New Issue
Block a user