Fix T69352: Audio strips don't update when changing frame_start

Tag depsgraph update as a part of cache invalidation.

Author: mdewanchand

Reviewed By: ISS

Differential Revision: https://developer.blender.org/D5718
This commit is contained in:
2019-09-21 17:28:08 -07:00
parent aa697496e9
commit d025119aeb

View File

@@ -4349,6 +4349,7 @@ static void sequence_invalidate_cache(Scene *scene,
}
sequence_do_invalidate_dependent(scene, seq, &ed->seqbase);
DEG_id_tag_update(&scene->id, ID_RECALC_SEQUENCER_STRIPS);
BKE_sequencer_prefetch_stop(scene);
}