You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 19:41:11 +00:00
Fix Batch Rename not opening
This commit is contained in:
@@ -340,8 +340,7 @@ void SceneTreeDock::_tool_selected(int p_tool, bool p_confirm_override) {
|
||||
if (!profile_allow_editing) {
|
||||
break;
|
||||
}
|
||||
Tree *tree = scene_tree->get_scene_tree();
|
||||
if (tree->is_anything_selected()) {
|
||||
if (editor_selection->get_selected_node_list().size() > 1) {
|
||||
rename_dialog->popup_centered();
|
||||
}
|
||||
} break;
|
||||
|
||||
Reference in New Issue
Block a user