diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-08 10:02:57 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-08 10:02:57 +0300 |
| commit | cfc7bb7bcf141b3d85ddcd597b4e71fc151ccc3f (patch) | |
| tree | a540ddb5d8261cb4f0214e6bc4e459d9316f1f5d /go.sum | |
| parent | 08d7d36ac6d49d7d5efd39a837bc08c9c52b6eb8 (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
