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
diff options
context:
space:
mode:
authorPhilipp Oeser <info@graphics-engineer.com>2021-04-21 12:19:57 +0300
committerPhilipp Oeser <info@graphics-engineer.com>2021-04-21 12:19:57 +0300
commitd17bff849d3fc2c5b2af27d9909aee13893d97d3 (patch)
treee97e14ac15788f9520fa64205b3ab6d4a3b9d831
parent5fe3d2dc7d22a938ce0e128ecfcf1a66ff129e8a (diff)
parent26ab90e49bb49e5ff86d19bd19934293e6891d60 (diff)
Merge branch 'blender-v2.93-release'
-rw-r--r--source/blender/editors/animation/anim_channels_defines.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/animation/anim_channels_defines.c b/source/blender/editors/animation/anim_channels_defines.c
index 2bfa417eb78..6dd1fe75163 100644
--- a/source/blender/editors/animation/anim_channels_defines.c
+++ b/source/blender/editors/animation/anim_channels_defines.c
@@ -4666,7 +4666,7 @@ static void achannel_setting_flush_widget_cb(bContext *C, void *ale_npoin, void
}
/* UI updates */
- WM_event_add_notifier(C, NC_GPENCIL | ND_DATA, NULL);
+ WM_event_add_notifier(C, NC_GPENCIL | ND_DATA | NA_EDITED, NULL);
}
/* Tag for full animation update, so that the settings will have an effect. */