Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

internal/driver/glfw: clean the cache periodically. #5112

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Sep 4, 2024

  1. internal/driver/glfw: clean the cache periodically.

    The cache is supposed to be cleaned periodically, but the glfw
    driver does not do this as the mobile driver does.
    
    This commit adds similar logic to the glfw driver as exists in
    the mobile driver, to periodically clean the cache on paint events.
    
    Fixes fyne-io#4903
    knusbaum committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    7b2a4c1 View commit details
    Browse the repository at this point in the history