You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 19:41:11 +00:00
Update cache after clearing delimiters in CodeEdit
This commit is contained in:
@@ -1526,6 +1526,9 @@ void CodeEdit::_clear_delimiters(DelimiterType p_type) {
|
||||
}
|
||||
}
|
||||
delimiter_cache.clear();
|
||||
if (!setting_delimiters) {
|
||||
_update_delimiter_cache();
|
||||
}
|
||||
}
|
||||
|
||||
TypedArray<String> CodeEdit::_get_delimiters(DelimiterType p_type) const {
|
||||
|
||||
Reference in New Issue
Block a user