1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-13 13:31:48 +00:00

Merge pull request #8051 from RayKoopa/resizable_new_node_dialog

Make Create New Node dialog resizable and burninate old dialog
This commit is contained in:
Rémi Verschelde
2017-03-18 14:52:34 +01:00
committed by GitHub
6 changed files with 35 additions and 315 deletions

View File

@@ -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: {