Fix T65071: Crash when selecting joined tracks

This commit is contained in:
Jacques Lucke 2019-05-24 14:54:54 +02:00
parent 05a9788b25
commit 1b60b6edf1
Notes: blender-bot 2023-02-14 05:01:20 +01:00
Referenced by issue #65071, Crash when selecting joined tracks
1 changed files with 1 additions and 0 deletions

View File

@ -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);