mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Changing method signature in other class in not recognized in working class in typed GDScript #28685
This commit is contained in:
@@ -3754,4 +3754,7 @@ void _VisualScriptEditor::_bind_methods() {
|
||||
ClassDB::bind_method(D_METHOD("remove_custom_node", "name", "category"), &_VisualScriptEditor::remove_custom_node);
|
||||
ADD_SIGNAL(MethodInfo("custom_nodes_updated"));
|
||||
}
|
||||
|
||||
void VisualScriptEditor::validate() {
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -280,6 +280,7 @@ public:
|
||||
virtual Control *get_edit_menu();
|
||||
virtual void clear_edit_menu();
|
||||
virtual bool can_lose_focus_on_node_selection() { return false; }
|
||||
virtual void validate();
|
||||
|
||||
static void register_editor();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user