Merge pull request #37168 from theoway/ChangeNodeTypeDialog

Changed the title of change node type dialog
This commit is contained in:
Yuri Sizov 2022-08-22 15:42:28 +03:00 committed by GitHub
commit 3cd3ec62e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 6 deletions

View file

@ -2936,7 +2936,7 @@ Control *VisualScriptEditor::get_edit_menu() {
}
void VisualScriptEditor::_change_base_type() {
select_base_type->popup_create(true, true);
select_base_type->popup_create(true, true, script->get_instance_base_type());
}
void VisualScriptEditor::_toggle_tool_script() {