Cleanup: Removes double notification

This commit is contained in:
Antonio Vazquez 2019-12-05 10:23:07 +01:00
parent 2f05c79db3
commit 6ba09f8515
Notes: blender-bot 2023-02-14 08:42:53 +01:00
Referenced by issue #72191, Bevel modifier segments crash
1 changed files with 0 additions and 1 deletions

View File

@ -3116,7 +3116,6 @@ static int mouse_anim_channels(bContext *C, bAnimContext *ac, int channel_index,
BKE_gpencil_layer_setactive(gpd, gpl);
BKE_gpencil_layer_autolock_set(gpd, false);
DEG_id_tag_update(&gpd->id, ID_RECALC_GEOMETRY);
WM_event_add_notifier(C, NC_GPENCIL | ND_DATA | NA_SELECTED, gpd);
}
/* Grease Pencil updates */