Fix T90390: VSE Jump operator don't work during playback

Tag dependency graph `ID_RECALC_AUDIO_SEEK` update.
This commit is contained in:
2021-11-18 02:59:50 +01:00
parent daaa43232d
commit a182b05f07

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;