Merge branch 'blender-v3.0-release'

This commit is contained in:
Richard Antalik 2021-11-18 03:03:13 +01:00
commit f1f7a8b018
1 changed files with 1 additions and 0 deletions

View File

@ -2154,6 +2154,7 @@ static int sequencer_strip_jump_exec(bContext *C, wmOperator *op)
return OPERATOR_CANCELLED;
}
DEG_id_tag_update(&scene->id, ID_RECALC_AUDIO_SEEK);
WM_event_add_notifier(C, NC_SCENE | ND_FRAME, scene);
return OPERATOR_FINISHED;