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

@ -228,7 +228,7 @@ type ParameterWidget struct {
unitBtn Clickable
unitMenu Menu
Parameter tracker.Parameter
tipArea component.TipArea
tipArea TipArea
}
type ParameterStyle struct {