Fix TextEdit line width cache not being updated

This commit is contained in:
Paulb23 2020-07-29 21:42:38 +01:00
parent 00e1175b7d
commit 51dd4792d7
1 changed files with 1 additions and 0 deletions

View File

@ -4889,6 +4889,7 @@ void TextEdit::_update_caches() {
cache.folded_eol_icon = get_theme_icon("GuiEllipsis", "EditorIcons");
cache.executing_icon = get_theme_icon("MainPlay", "EditorIcons");
text.set_font(cache.font);
text.clear_width_cache();
if (syntax_highlighter.is_valid()) {
syntax_highlighter->set_text_edit(this);