Optimise TextEdit get height and width

This commit is contained in:
Paulb23 2021-08-27 20:05:05 +01:00
parent 90a35dac48
commit de009cb5ae
3 changed files with 133 additions and 47 deletions

View file

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