Fix #106771: Selection offset in timeline when NLA track is offset #106904

Merged
Christoph Lendenfeld merged 1 commits from ChrisLend/blender:fix_keyframe_selection into main 2023-04-20 10:26:39 +02:00
1 changed files with 2 additions and 1 deletions

View File

@ -233,7 +233,8 @@ AnimData *ANIM_nla_mapping_get(bAnimContext *ac, bAnimListElem *ale)
ANIMCONT_DOPESHEET,
ANIMCONT_FCURVES,
ANIMCONT_NLA,
ANIMCONT_CHANNEL)) {
ANIMCONT_CHANNEL,
ANIMCONT_TIMELINE)) {
/* handling depends on the type of animation-context we've got */
if (ale) {
/* NLA Control Curves occur on NLA strips,