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

Changing floats to integers to prevent crash with Python 3.10 #4738

Merged
merged 1 commit into from
Mar 31, 2022

Conversation

rjnewsham
Copy link

The colour selector in the Chroma Key effect causes a crash due to the
change in Python 3.10 for no longer automatically converting floats to integers.
Changing the inputs to currentColor to intgegers to correct this.

@ferdnyc
Copy link
Contributor

ferdnyc commented Mar 31, 2022

@rjnewsham I knew there'd be at least one I missed! Thanks.

@ferdnyc ferdnyc force-pushed the rn/tableview_color_float_to_int branch from a14909e to be9a9b9 Compare March 31, 2022 00:35
@ferdnyc ferdnyc merged commit ff03c02 into OpenShot:develop Mar 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants