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

Fixes #38049: Crash on start when SCALING_FACTOR option is 2 or 4 #38053

Merged
merged 1 commit into from
Feb 16, 2020

Conversation

drfloob
Copy link
Contributor

@drfloob drfloob commented Feb 16, 2020

Summary

SUMMARY: Bugfixes "Fixes #38049: Crash on start when SCALING_FACTOR option is 2 or 4"

Purpose of change

Fixes #38049

Describe the solution

Treats the DISPLAY variable as a string, and converts it to an int as done in the related PR.

Describe alternatives you've considered

This should be an int, I believe. Not a string cast to an int.

Testing

Additional context

@ZhilkinSerg ZhilkinSerg added the <Bugfix> This is a fix for a bug (or closes open issue) label Feb 16, 2020
@ZhilkinSerg ZhilkinSerg merged commit 5826294 into CleverRaven:master Feb 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
<Bugfix> This is a fix for a bug (or closes open issue)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Crash on start when SCALING_FACTOR option is 2 or 4
2 participants