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

Rendering Regression in Options Menu #1571

Open
Hoikas opened this issue Mar 2, 2024 · 0 comments
Open

Rendering Regression in Options Menu #1571

Hoikas opened this issue Mar 2, 2024 · 0 comments
Labels

Comments

@Hoikas
Copy link
Member

Hoikas commented Mar 2, 2024

There is a rendering regression in the options menu from the legacy client to our client. In the options menu, when an option is invalid, such as turning on EAX effects, the option is greyed out. The greying of the text is done by changing the foreground color of the text in Python. Greying out the checkbox is done by animating another greyed out box on top of the ordinary check box. At some point, this greyed out check box has either stopped rendering correctly or the responder controlling the animation has stopped firing as expected. I copied and pasted the GUI prps currently available on Minkata and see this on the audio options dialog:

image

This is the appearance using the same PRPs on Minkata:

image

This also affect disabled sliders, such as gamma and resolution(ie when running fullscreen on an 800x600 monitor).

@Hoikas Hoikas added the Defect label Mar 2, 2024
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