Skip to content

Commit

Permalink
fix not cleaning font metrics cache in desktop driver
Browse files Browse the repository at this point in the history
  • Loading branch information
dweymouth committed Sep 11, 2024
1 parent d397de3 commit 8e5e311
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/cache/base.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ func CleanCanvases(refreshingCanvases []fyne.Canvas) {
}

destroyExpiredSvgs(now)
destroyExpiredFontMetrics(now)

deletingObjs := make([]fyne.CanvasObject, 0, 50)

Expand Down

0 comments on commit 8e5e311

Please sign in to comment.