Blender Git Commit Log
Git Commits -> Revision 61f1faa
Revision 61f1faa by Hans Goudey (master) January 7, 2021, 22:28 (GMT) |
Fix T83868: Disabled or inactive list items are not grayed out The cause for this was quite simple-- a misplaced bitwise operation before passing a value to the function that grayed out buttons based on their state, caused by refactoring in rB933bf62a611f before committing. What makes the situation a little more confusing is that the theme colors are overridden for list buttons in UI lists, necessitating a second call to `ui_widget_color_disabled()`. Ideally that wouldn't be necessary. |
Commit Details:
Full Hash: 61f1faac3f2154de27cedbb100b938e447e5046f
Parent Commit: 5530d6f
Lines Changed: +1, -1
1 Modified Path:
/source/blender/editors/interface/interface_widgets.c (+1, -1) (Diff)