Fix T68036: VSE: 'Remove Gaps' causes audio to go out of sync

Reviewers: sergey

Maniphest Tasks: T68036

Differential Revision: https://developer.blender.org/D5391
This commit is contained in:
Philipp Oeser 2019-08-01 10:19:19 +02:00
parent eb0902243e
commit 765ed6ffb9
Notes: blender-bot 2023-06-26 11:58:59 +02:00
Referenced by issue #68036, Removing a gap in timeline causes audio to go out of sync
Referenced by issue #66182, VSE strip audio track not updating when cutting and moving a portion of it
1 changed files with 1 additions and 0 deletions

View File

@ -1135,6 +1135,7 @@ static int sequencer_gap_remove_exec(bContext *C, wmOperator *op)
}
WM_event_add_notifier(C, NC_SCENE | ND_SEQUENCER, scene);
DEG_id_tag_update(&scene->id, ID_RECALC_SEQUENCER_STRIPS);
return OPERATOR_FINISHED;
}