mirror of
https://github.com/godotengine/godot.git
synced 2025-10-22 09:23:40 +00:00
Changed the title of change node type dialog
This commit is contained in:
parent
0c5f254956
commit
7ef5dfcfc3
4 changed files with 9 additions and 6 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue