mirror of
https://github.com/godotengine/godot-visual-script.git
synced 2025-12-31 21:48:42 +03:00
Changed the title of change node type dialog
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user