From 85d43943ddec06409099d9bc326cfaed0ac14f8b Mon Sep 17 00:00:00 2001 From: Antonio Vazquez Date: Sun, 5 Jan 2020 09:47:36 +0100 Subject: [PATCH] GPencil: Add missing update in previous commit of task T72897 --- source/blender/editors/animation/anim_channels_edit.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/blender/editors/animation/anim_channels_edit.c b/source/blender/editors/animation/anim_channels_edit.c index 35c743a3af3..e90289de963 100644 --- a/source/blender/editors/animation/anim_channels_edit.c +++ b/source/blender/editors/animation/anim_channels_edit.c @@ -1377,6 +1377,9 @@ static void rearrange_gpencil_channels(bAnimContext *ac, eRearrangeAnimChan_Mode /* free visible layers data */ BLI_freelistN(&anim_data_visible); + + /* Tag to recalc geometry */ + DEG_id_tag_update(&gpd->id, ID_RECALC_TRANSFORM | ID_RECALC_GEOMETRY); } /* free GPD channel data */