Merge branch 'blender-v4.0-release'

This commit is contained in:
Harley Acheson
2023-10-02 17:08:26 -07:00

View File

@@ -71,7 +71,7 @@ static eStrCursorDelimType cursor_delim_type_unicode(const uint uch)
case '\'':
case '\"':
case '\`':
case 0xB4: /* Acute accent. */
case 0xB4: /* Acute accent. */
return STRCUR_DELIM_QUOTE;
case ' ':