Changed the title of change node type dialog

This commit is contained in:
Umang Kalra 2022-08-16 22:57:28 +05:30
parent 0c5f254956
commit 7ef5dfcfc3
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() {