Blender Git Commit Log
Git Commits -> Revision 5424b48
Revision 5424b48 by Yevgeny Makarov (master) January 5, 2021, 20:21 (GMT) |
Fix T83094: Alternate rows in the Sequencer are green (macOS) The issue is that `UI_GetThemeColorBlendShade4fv()` creates a color with alpha, but there is not any background underneath to blend in with. The solution is just to draw an opaque background first, which also halves the number of rects to draw. Note that the brighter rows get very slightly darker after this change. Differential Revision: https://developer.blender.org/D9947 |
Commit Details:
Full Hash: 5424b4821d28c4ea42b4f195869de1e1620e6889
Parent Commit: 2ed6055
Committed By: Hans Goudey
Lines Changed: +9, -9
1 Modified Path:
/source/blender/editors/space_sequencer/sequencer_draw.c (+9, -9) (Diff)