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

Tag dependency graph `ID_RECALC_AUDIO_SEEK` update.
This commit is contained in:
Richard Antalik 2021-11-18 02:59:50 +01:00
parent daaa43232d
commit a182b05f07
Notes: blender-bot 2023-02-14 08:06:35 +01:00
Referenced by issue #90390, VSE: Playhead traversal during playback does not update position for jump to start/middle/end of strip
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;