From aabd9980d17492224c6c221077fbae305d80cb0b Mon Sep 17 00:00:00 2001 From: Goral Date: Wed, 8 May 2019 18:49:49 +0200 Subject: Changing method signature in other class in not recognized in working class in typed GDScript #28685 --- editor/plugins/script_editor_plugin.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'editor/plugins/script_editor_plugin.cpp') diff --git a/editor/plugins/script_editor_plugin.cpp b/editor/plugins/script_editor_plugin.cpp index 92579e5cef..a774abf247 100644 --- a/editor/plugins/script_editor_plugin.cpp +++ b/editor/plugins/script_editor_plugin.cpp @@ -429,6 +429,8 @@ void ScriptEditor::_go_to_tab(int p_idx) { if (script != NULL) { notify_script_changed(script); } + + Object::cast_to(c)->validate(); } if (Object::cast_to(c)) { -- cgit v1.2.3