mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +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:
commit
0ac3687d6f
10 changed files with 25 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue