Merge pull request #33232 from kraghot/Fix-Batch-Rename
Fix Batch Rename not opening
This commit is contained in:
commit
c12797fb31
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue