Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorAntonio Vazquez <blendergit@gmail.com>2019-12-05 12:23:07 +0300
committerAntonio Vazquez <blendergit@gmail.com>2019-12-05 12:23:07 +0300
commit6ba09f8515bd7968d8f1ef13ff19b5c05898660e (patch)
tree1a1e961af9f00a3a169116fc7f037bdca0a082ff /source
parent2f05c79db37c053a646cdd059ded90e2743427ed (diff)
Cleanup: Removes double notification
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/animation/anim_channels_edit.c1
1 files changed, 0 insertions, 1 deletions
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 */