Merge pull request #52106 from Paulb23/text-edit-optimisation

Optimise TextEdit get line height and width
This commit is contained in:
Gilles Roudière 2021-09-08 14:04:41 +02:00 committed by GitHub
commit 321ee7bda1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 453 additions and 327 deletions

View file

@ -158,7 +158,6 @@ void ScriptTextEditor::enable_editor() {
editor_enabled = true;
_enable_code_editor();
_set_theme_for_script();
_validate_script();
}