From 1b60b6edf176ae0dc6a0506d2edffdb1788585f3 Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Fri, 24 May 2019 14:54:54 +0200 Subject: Fix T65071: Crash when selecting joined tracks --- source/blender/editors/space_clip/tracking_ops.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source') diff --git a/source/blender/editors/space_clip/tracking_ops.c b/source/blender/editors/space_clip/tracking_ops.c index 663270ef550..0425d6da3d8 100644 --- a/source/blender/editors/space_clip/tracking_ops.c +++ b/source/blender/editors/space_clip/tracking_ops.c @@ -1466,6 +1466,7 @@ static int join_tracks_exec(bContext *C, wmOperator *op) } BLI_gset_free(point_tracks, NULL); + DEG_id_tag_update(&clip->id, 0); WM_event_add_notifier(C, NC_MOVIECLIP | NA_EDITED, clip); -- cgit v1.2.3