Add missing TEXTEDIT_UPDATE option

This commit is contained in:
Campbell Barton 2015-05-08 08:58:29 +10:00
parent a077be3658
commit a8da11c014
Notes: blender-bot 2023-02-14 09:09:39 +01:00
Referenced by issue #44644, Crash while editing h264/mp4 video
1 changed files with 2 additions and 1 deletions

View File

@ -68,7 +68,8 @@ static EnumPropertyItem property_flag_items[] = {
{0, NULL, 0, NULL, NULL}};
#define BPY_PROPDEF_OPTIONS_DOC \
" :arg options: Enumerator in ['HIDDEN', 'SKIP_SAVE', 'ANIMATABLE', 'LIBRARY_EDITABLE', 'PROPORTIONAL'].\n" \
" :arg options: Enumerator in ['HIDDEN', 'SKIP_SAVE', 'ANIMATABLE', 'LIBRARY_EDITABLE', 'PROPORTIONAL'," \
"'TEXTEDIT_UPDATE'].\n" \
" :type options: set\n" \
static EnumPropertyItem property_flag_enum_items[] = {