mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 10:31:15 +00:00
Icons update
includes new enum, MeshInstance2D, Skeleton2D, Cut, Copy and Paste icons.
(cherry picked from commit cecf274364)
This commit is contained in:
parent
a86829211a
commit
7e89cc46dd
32 changed files with 48 additions and 76 deletions
|
|
@ -1726,7 +1726,7 @@ void ScriptEditorDebugger::_error_list_item_rmb_selected(int p_item, const Vecto
|
|||
bool single_item_selected = error_list->get_selected_items().size() == 1;
|
||||
|
||||
if (single_item_selected) {
|
||||
item_menu->add_icon_item(get_icon("CopyNodePath", "EditorIcons"), TTR("Copy Error"), ITEM_MENU_COPY_ERROR);
|
||||
item_menu->add_icon_item(get_icon("ActionCopy", "EditorIcons"), TTR("Copy Error"), ITEM_MENU_COPY_ERROR);
|
||||
}
|
||||
|
||||
if (item_menu->get_item_count() > 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue