You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Fix custom types showing on wrong dialogs
* The custom types are visible when the dialog is shown
This commit is contained in:
@@ -2494,7 +2494,7 @@ void EditorNode::_menu_option_confirm(int p_option,bool p_confirmed) {
|
||||
#endif
|
||||
case RESOURCE_NEW: {
|
||||
|
||||
create_dialog->popup_centered_ratio();
|
||||
create_dialog->popup(true);
|
||||
} break;
|
||||
case RESOURCE_LOAD: {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user