mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 08:23:29 +00:00
Make Create New Node dialog resizable and burninate old dialog
This commit is contained in:
parent
3ceefab232
commit
c0c4ba4e94
6 changed files with 35 additions and 315 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue