Skip to content

Fix Python 3.10 issue

Samuel GAIST requested to merge fix_python_3_10_issues into master

Summary

This merge request fixes the two newly fatal errors that came to light with Python 3.10 and the latest PyQt version. Before that using a float value as QRect parameter did not trigger any issue but with the latest version, the type system looks more picky than before and thus only integer can be used.

Merge request reports