You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
This is the appearance using the same PRPs on Minkata:
This also affect disabled sliders, such as gamma and resolution(ie when running fullscreen on an 800x600 monitor).
The text was updated successfully, but these errors were encountered:
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:
This is the appearance using the same PRPs on Minkata:
This also affect disabled sliders, such as gamma and resolution(ie when running fullscreen on an 800x600 monitor).
The text was updated successfully, but these errors were encountered: