Animation: Draw channels backdrop in Timeline #105041

Closed
Pablo Vazquez wants to merge 2 commits from pablovazquez:ui-timeline-channel-backdrop into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 changed files with 5 additions and 1 deletions
Showing only changes of commit bd437ba305 - Show all commits

View File

@ -232,7 +232,11 @@ void draw_channel_strips(bAnimContext *ac, SpaceAction *saction, ARegion *region
sel = ANIM_channel_setting_get(ac, ale, ACHANNEL_SETTING_SELECT);
}
if (ELEM(ac->datatype, ANIMCONT_ACTION, ANIMCONT_DOPESHEET, ANIMCONT_SHAPEKEY)) {
if (ELEM(ac->datatype,
ANIMCONT_ACTION,
ANIMCONT_DOPESHEET,
ANIMCONT_SHAPEKEY,
ANIMCONT_TIMELINE)) {
switch (ale->type) {
case ANIMTYPE_SUMMARY: {
/* reddish color from NLA */