[Bf-blender-cvs] [7c83650] terrible_consequencer: Add missing notification for trimming to stop showing the extensions

Antony Riakiotakis noreply at git.blender.org
Thu Sep 25 18:10:50 CEST 2014


Commit: 7c83650fb309d39541dc9ee70b28466e1b0c071f
Author: Antony Riakiotakis
Date:   Thu Sep 25 18:10:39 2014 +0200
Branches: terrible_consequencer
https://developer.blender.org/rB7c83650fb309d39541dc9ee70b28466e1b0c071f

Add missing notification for trimming to stop showing the extensions

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

M	source/blender/editors/space_sequencer/sequencer_edit.c

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

diff --git a/source/blender/editors/space_sequencer/sequencer_edit.c b/source/blender/editors/space_sequencer/sequencer_edit.c
index b5e9810..4a2b204 100644
--- a/source/blender/editors/space_sequencer/sequencer_edit.c
+++ b/source/blender/editors/space_sequencer/sequencer_edit.c
@@ -1984,6 +1984,7 @@ static int sequencer_trim_modal(bContext *C, wmOperator *op, const wmEvent *even
 			if (sa) {
 				ED_area_headerprint(sa, NULL);
 			}
+			WM_event_add_notifier(C, NC_SCENE | ND_SEQUENCER, scene);
 			return OPERATOR_FINISHED;
 		}
 		case RIGHTMOUSE:




More information about the Bf-blender-cvs mailing list