You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fix inheriting from abstract classes dialog
This commit is contained in:
@@ -994,6 +994,7 @@ ScriptCreateDialog::ScriptCreateDialog() {
|
||||
|
||||
select_class = memnew(CreateDialog);
|
||||
select_class->connect("create", callable_mp(this, &ScriptCreateDialog::_create));
|
||||
select_class->for_inherit();
|
||||
add_child(select_class);
|
||||
|
||||
file_browse = memnew(EditorFileDialog);
|
||||
|
||||
Reference in New Issue
Block a user