From 6ba09f8515bd7968d8f1ef13ff19b5c05898660e Mon Sep 17 00:00:00 2001 From: Antonio Vazquez Date: Thu, 5 Dec 2019 10:23:07 +0100 Subject: Cleanup: Removes double notification --- source/blender/editors/animation/anim_channels_edit.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source') diff --git a/source/blender/editors/animation/anim_channels_edit.c b/source/blender/editors/animation/anim_channels_edit.c index e0b8d485386..b7ed20d9ec5 100644 --- a/source/blender/editors/animation/anim_channels_edit.c +++ b/source/blender/editors/animation/anim_channels_edit.c @@ -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 */ -- cgit v1.2.3