In the options where you configure keybinds, the elements do not recolor back to their original color.
Description
Details
- Severity
- Minor
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 10 x64
- Operating System Version
- Version 10.0.18363, Build 18363
- Category
- Menu UI
Simply hover through the element to paint it in a darker black, when you leave it with the mouse.
I fixed this issue as part of my VanillaTweaks mod. The issue resides in the class "KeybindingElement" in the function "OnMouseLeave". All I did is I replaced the SetColor parameter from its original to ARGB( 220, 0, 0, 0 ), which is the panel's default color by what it seems.
Event Timeline
Hello Maroonchy.
Is this a mod related issue or does it occur in vanilla non modded game as well? And if so, can you please try to send us a video or do a step by step reproduction steps for this?
Regards,
Geez
First of all, excuse me for the late response.
It's a vanilla issue. It's really simple. When you open the keybinds menu, the keybinds are a certain color, pretty close to black, lets call it x. When you hover them they brigthen up to a color y. Than, when you move the mouse away from the object you were hovering above, it should change color back to x, but instead it changes to full black (color z). In the bug report under additional information I pointed you towards the exact place in the code where the issue appears. Instead of changing color back to the preset color of the panel, it is changed to black instead.