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

Fix flamegraph #631

Merged
merged 2 commits into from
May 6, 2024
Merged

Fix flamegraph #631

merged 2 commits into from
May 6, 2024

Commits on May 6, 2024

  1. chore: update pylint

    lievenhey committed May 6, 2024
    Configuration menu
    Copy the full SHA
    bdf6ba8 View commit details
    Browse the repository at this point in the history
  2. fix: clear flamegraph background in 5.15.12

    In QT 5.15.12 the background of the flamegraph is not cleared correctly
    which creates phantom entries. This problem does not exists in 5.15.10
    and after 5.15.13.
    
    fix: #624
    lievenhey committed May 6, 2024
    Configuration menu
    Copy the full SHA
    204deac View commit details
    Browse the repository at this point in the history