Changing method signature in other class in not recognized in working class in typed GDScript #28685

This commit is contained in:
Goral
2019-05-08 18:49:49 +02:00
parent 86c9702154
commit 467b772d16
2 changed files with 4 additions and 0 deletions

View File

@@ -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();