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

Wrong screen information shown in customer tool #30

Closed
pinhead84 opened this issue Mar 20, 2019 · 0 comments
Closed

Wrong screen information shown in customer tool #30

pinhead84 opened this issue Mar 20, 2019 · 0 comments
Labels
Milestone

Comments

@pinhead84
Copy link
Contributor

If multiple monitors are used on Linux systems, the customer tool shows wrong screen information in the screen selection field. The resolution of monitor A is shown, if monitor B is selected. The user might select the wrong screen because of the wrong / misleading information.

I'm not sure, if this happens in any case and for all operating systems - but GraphicsDevice#getDisplayMode() undoubtably returns wrong values in certain situations. Therefore we're not calling this method in the future and extract screen information via GraphicsDevice#getDefaultConfiguration() instead, which returns the expected values.

@pinhead84 pinhead84 added the bug label Mar 20, 2019
@pinhead84 pinhead84 added this to the 1.1.1 milestone Mar 20, 2019
pinhead84 added a commit that referenced this issue Mar 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant