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
Godot v4.3.stable - macOS 14.1.0 - Vulkan (Forward+) - integrated Apple M3 Max - Apple M3 Max (14 Threads)
Issue description
Using icon_hover_pressed_color either as a theme override or part of a theme itself does not work. I have a toggleable button in my scene that I've attached an icon to and every time its pressed state changes to true it becomes impossible to notice a colour change upon hovering it even though I have a value set for icon_hover_pressed_color.
Steps to reproduce
1. Add a Button node to a scene
2. Attach an icon to the Button
3. Set an icon_hover_pressed_color theme override
4. Play the scene and try hovering over the button to notice a colour change
Minimal reproduction project (MRP)
N/A
The text was updated successfully, but these errors were encountered:
I've already proposed a fix in my pull request #97335
For the time being you can try using a hovered_pressed style box alongside your color override which fixes the issue till the pull request gets merged.
Tested versions
Reproducable in 4.3.stable
System information
Godot v4.3.stable - macOS 14.1.0 - Vulkan (Forward+) - integrated Apple M3 Max - Apple M3 Max (14 Threads)
Issue description
Using
icon_hover_pressed_color
either as a theme override or part of a theme itself does not work. I have a toggleable button in my scene that I've attached an icon to and every time its pressed state changes to true it becomes impossible to notice a colour change upon hovering it even though I have a value set for icon_hover_pressed_color
.Steps to reproduce
1. Add a Button node to a scene
2. Attach an icon to the Button
3. Set an
icon_hover_pressed_color
theme override4. Play the scene and try hovering over the button to notice a colour change
Minimal reproduction project (MRP)
N/A
The text was updated successfully, but these errors were encountered: