Blender Git Commit Log
Git Commits -> Revision 14b77b3
Revision 14b77b3 by Julian Eisel (master) August 3, 2020, 11:00 (GMT) |
Fix T78428: Checkbox labels don't highlight on mouse-over in popovers The text colors set by the general widget state function (`widget_state()`) would always be overriden by the menu-back text colors to avoid contrast issues. This would only respect the selected state, not other states. Address this now by changing the input theme colors to use the menu-back ones, rather than overriding after the fact (calling `widget_state()`). |
Commit Details:
Full Hash: 14b77b37cb8ca8bf5caa334532a3ef4af527f5a7
Parent Commit: 33e6562
Lines Changed: +10, -9
1 Modified Path:
/source/blender/editors/interface/interface_widgets.c (+10, -9) (Diff)