1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-20 14:45:44 +00:00

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() {