Commit: abe5cc250855517de449b5992fbfa3a646a7b34c
Author: Richard Antalik
Date: Fri Sep 10 11:53:06 2021 +0200
Branches: temp-vse-preview-transform
https://developer.blender.org/rBabe5cc250855517de449b5992fbfa3a646a7b34c
fix removed argument
===================================================================
M source/blender/editors/space_sequencer/sequencer_select.c
===================================================================
diff --git a/source/blender/editors/space_sequencer/sequencer_select.c
b/source/blender/editors/space_sequencer/sequencer_select.c
index 595fba9d9b1..8baa8ca5c28 100644
--- a/source/blender/editors/space_sequencer/sequencer_select.c
+++ b/source/blender/editors/space_sequencer/sequencer_select.c
@@ -681,7 +681,7 @@ static bool seq_select_point_image_isect(const Scene *scene,
static Sequence *seq_select_seq_from_preview(const bContext *C, const int
mval[2])
{
Scene *scene = CTX_data_scene(C);
- Editing *ed = SEQ_editing_get(scene, false);
+ Editing *ed = SEQ_editing_get(scene);
ListBase *seqbase = SEQ_active_seqbase_get(ed);
SpaceSeq *sseq = CTX_wm_space_seq(C);
View2D *v2d = UI_view2d_fromcontext(C);
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs