1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Merge pull request #28766 from pgoral/editor_validation_issue

Changing method signature in other class in not recognized in working…
This commit is contained in:
Rémi Verschelde
2019-06-17 23:13:08 +02:00
committed by GitHub
10 changed files with 25 additions and 1 deletions

View File

@@ -1810,3 +1810,7 @@ void ScriptTextEditor::register_editor() {
ScriptEditor::register_create_script_editor_function(create_editor);
}
void ScriptTextEditor::validate() {
this->code_editor->validate_script();
}