Merge branch 'blender-v2.93-release'

This commit is contained in:
Philipp Oeser 2021-04-21 11:19:57 +02:00
commit d17bff849d
1 changed files with 1 additions and 1 deletions

View File

@ -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. */