summaryrefslogtreecommitdiff
path: root/go.sum
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-08 10:02:57 +0300
committerPaul Buetow <paul@buetow.org>2026-04-08 10:02:57 +0300
commitcfc7bb7bcf141b3d85ddcd597b4e71fc151ccc3f (patch)
treea540ddb5d8261cb4f0214e6bc4e459d9316f1f5d /go.sum
parent08d7d36ac6d49d7d5efd39a837bc08c9c52b6eb8 (diff)
fix(gui): avoid tooltip init race after window close
Use time.NewTimer with defer Stop in the delayed tooltip goroutine so the timer is not left pending when ctx wins the select. After the delay, check ctx before and inside fyne.Do so SetToolTip never runs after shutdown cancels the application context. Made-with: Cursor
Diffstat (limited to 'go.sum')
0 files changed, 0 insertions, 0 deletions