You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Make Create New Node dialog resizable and burninate old dialog
This commit is contained in:
@@ -2271,7 +2271,7 @@ Control *VisualScriptEditor::get_edit_menu() {
|
||||
|
||||
void VisualScriptEditor::_change_base_type() {
|
||||
|
||||
select_base_type->popup(true);
|
||||
select_base_type->popup_create(true);
|
||||
}
|
||||
|
||||
void VisualScriptEditor::_change_base_type_callback() {
|
||||
|
||||
Reference in New Issue
Block a user