mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Merge pull request #52106 from Paulb23/text-edit-optimisation
Optimise TextEdit get line height and width
This commit is contained in:
commit
321ee7bda1
4 changed files with 453 additions and 327 deletions
|
@ -158,7 +158,6 @@ void ScriptTextEditor::enable_editor() {
|
|||
editor_enabled = true;
|
||||
|
||||
_enable_code_editor();
|
||||
_set_theme_for_script();
|
||||
|
||||
_validate_script();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue