Fix missing enum to str for Set.

This commit is contained in:
Dave Davenport 2022-01-24 19:56:17 +01:00
parent f9ea58f7c5
commit 28052a452c
2 changed files with 1282 additions and 1259 deletions

View File

@ -28,6 +28,8 @@ const char * const PropertyTypeName[P_NUM_TYPES] = {
"Highlight",
/** List */
"List",
/** Set */
"Set",
/** Orientation */
"Orientation",
/** Cursor */

File diff suppressed because it is too large Load Diff