You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Changing method signature in other class in not recognized in working class in typed GDScript #28685
This commit is contained in:
@@ -429,6 +429,8 @@ void ScriptEditor::_go_to_tab(int p_idx) {
|
||||
if (script != NULL) {
|
||||
notify_script_changed(script);
|
||||
}
|
||||
|
||||
Object::cast_to<ScriptEditorBase>(c)->validate();
|
||||
}
|
||||
if (Object::cast_to<EditorHelp>(c)) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user