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

Fixed QT segmentation fault in QBitmap.fromData in GlyphEntry #429

Merged
merged 2 commits into from
Dec 20, 2022

Commits on Dec 20, 2022

  1. Fixed QT segmentation fault in QBitmap.fromData in GlyphEntry (#428)

    It's a weird fix but other attempts lead to video corruption see ticket for details.
    
    Tests started failing in CI so the QT_QPA_PLATFORM environment variable trick was required to avoid that.
    obilodeau committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    6f6f704 View commit details
    Browse the repository at this point in the history
  2. Added regression test for #428

    obilodeau committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    cb8c69c View commit details
    Browse the repository at this point in the history