Blender Git Loki
Git Commits -> Revision 6c97c7f
Revision 6c97c7f by Hans Goudey (master) June 28, 2021, 15:00 (GMT) |
Fix T89350: Emboss color missing from icon buttons without emboss Passing `emboss=False`set `UI_EMBOSS_NONE` in the layout, which completely disables button background colors for things like animation state. This commit changes that to `UI_EMBOSS_NONE_OR_STATUS`, which effectively restores the behavior to what it was prior to the addition of that flag, with the added option to completely disable the status emboss with `UI_EMBOSS_NONE`. |
Commit Details:
Full Hash: 6c97c7f767c9127469e39222b19f45eba15b41e0
Parent Commit: 6ce4d39
Lines Changed: +8, -3