mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-05 08:22:59 +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:
@@ -3759,4 +3759,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
|
||||
|
||||
@@ -281,6 +281,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