You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-18 14:21:41 +00:00
Make Create New Node dialog resizable and burninate old dialog
This commit is contained in:
@@ -2294,7 +2294,7 @@ void EditorNode::_menu_option_confirm(int p_option, bool p_confirmed) {
|
||||
#endif
|
||||
case RESOURCE_NEW: {
|
||||
|
||||
create_dialog->popup(true);
|
||||
create_dialog->popup_create(true);
|
||||
} break;
|
||||
case RESOURCE_LOAD: {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user