fix(tracker/gioui): make own TipArea ensuring tips don't stay around

Closes #141.
This commit is contained in:
5684185+vsariola@users.noreply.github.com
2025-06-23 18:02:05 +03:00
parent 31007515b5
commit 6f1db6b392
5 changed files with 156 additions and 12 deletions

View File

@ -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 {