mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-22 06:54:34 -04:00
fix(tracker/gioui): make own TipArea ensuring tips don't stay around
Closes #141.
This commit is contained in:
parent
31007515b5
commit
6f1db6b392
@ -14,7 +14,6 @@ import (
|
||||
"gioui.org/op/paint"
|
||||
"gioui.org/unit"
|
||||
"gioui.org/widget"
|
||||
"gioui.org/x/component"
|
||||
|
||||
"gioui.org/gesture"
|
||||
"gioui.org/io/event"
|
||||
@ -31,7 +30,7 @@ type (
|
||||
dragStartXY float32
|
||||
clickDecrease gesture.Click
|
||||
clickIncrease gesture.Click
|
||||
tipArea component.TipArea
|
||||
tipArea TipArea
|
||||
}
|
||||
|
||||
NumericUpDownStyle struct {
|
||||
|
Reference in New Issue
Block a user