diff options
| author | Ray Koopa | 2017-03-16 21:58:45 +0100 |
|---|---|---|
| committer | Ray Koopa | 2017-03-18 11:21:50 +0100 |
| commit | c0c4ba4e943d0960c652021450d20aceae4d7569 (patch) | |
| tree | 1d5d66605149bce504fdb556164dc38603cb0b96 /editor/editor_node.cpp | |
| parent | 3ceefab232604b09d3fff843c24a13e99f50912b (diff) | |
| download | godot-c0c4ba4e943d0960c652021450d20aceae4d7569.tar.gz godot-c0c4ba4e943d0960c652021450d20aceae4d7569.tar.zst godot-c0c4ba4e943d0960c652021450d20aceae4d7569.zip | |
Make Create New Node dialog resizable and burninate old dialog
Diffstat (limited to 'editor/editor_node.cpp')
| -rw-r--r-- | editor/editor_node.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp index 6a2222345..ec4f3db47 100644 --- a/editor/editor_node.cpp +++ b/editor/editor_node.cpp @@ -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: { |
