Skip to content

Commit 28fa82c

Browse files
authoredMay 30, 2018
Merge pull request #19268 from swarnimarun/minor_fixes
Removing duplicate Batch Rename from scene-tree menu
2 parents 63b6072 + 2570442 commit 28fa82c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎editor/scene_tree_dock.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -1895,8 +1895,6 @@ void SceneTreeDock::_tree_rmb(const Vector2 &p_menu_pos) {
18951895
menu->add_icon_shortcut(get_icon("ScriptRemove", "EditorIcons"), ED_GET_SHORTCUT("scene_tree/clear_script"), TOOL_CLEAR_SCRIPT);
18961896
menu->add_separator();
18971897
menu->add_icon_shortcut(get_icon("Rename", "EditorIcons"), ED_GET_SHORTCUT("scene_tree/rename"), TOOL_RENAME);
1898-
} else { // multi select
1899-
menu->add_icon_shortcut(get_icon("Rename", "EditorIcons"), ED_GET_SHORTCUT("scene_tree/batch_rename"), TOOL_BATCH_RENAME);
19001898
}
19011899
menu->add_icon_shortcut(get_icon("Reload", "EditorIcons"), ED_GET_SHORTCUT("scene_tree/change_node_type"), TOOL_REPLACE);
19021900
menu->add_separator();

0 commit comments

Comments
 (0)
Please sign in to comment.