[Bf-blender-cvs] [b719fa267ac] master: Fix typo in previous commit

Richard Antalik noreply at git.blender.org
Thu Apr 21 02:33:53 CEST 2022


Commit: b719fa267ac9bb8a00cc3b1f32ff0294333b17ae
Author: Richard Antalik
Date:   Thu Apr 21 02:26:54 2022 +0200
Branches: master
https://developer.blender.org/rBb719fa267ac9bb8a00cc3b1f32ff0294333b17ae

Fix typo in previous commit

===================================================================

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 cd9c334b705..95707f83d85 100644
--- a/source/blender/editors/space_sequencer/sequencer_select.c
+++ b/source/blender/editors/space_sequencer/sequencer_select.c
@@ -1921,7 +1921,7 @@ static bool select_grouped_effect(SeqCollection *strips,
   Sequence *seq;
   SEQ_ITERATOR_FOREACH (seq, strips) {
     if (SEQ_CHANNEL_CHECK(seq, channel) && (seq->type & SEQ_TYPE_EFFECT) &&
-        SEQ_relation_is_effect_of_strip(seq, actseq) {
+        SEQ_relation_is_effect_of_strip(seq, actseq)) {
       effects[seq->type] = true;
     }
   }



More information about the Bf-blender-cvs mailing list