Fix #114999: VSE preview doesn't update when snapping handle

Caused by missing cache invalidation.
This commit is contained in:
Richard Antalik 2023-11-18 04:09:44 +01:00
parent 02bc43d08e
commit b77f21f6ef

@ -386,6 +386,8 @@ static int sequencer_snap_exec(bContext *C, wmOperator *op)
SEQ_time_right_handle_frame_set(scene, seq, snap_frame);
}
}
SEQ_relations_invalidate_cache_composite(scene, seq);
}
}