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

Add explicit float -> int conversion for Qt #1041

Merged
merged 4 commits into from
Apr 18, 2023

Commits on Apr 18, 2023

  1. Add explicit float -> int conversion for Qt

    This was happening implicitly until https://bugs.python.org/issue36048
    This makes it explicit, which means things should work with PyQt5 on
    Python 3.10.
    corranwebster committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    d07bf7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    229c16b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c937c8d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    03ac4ee View commit details
    Browse the repository at this point in the history