1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Icons update

includes new enum, MeshInstance2D, Skeleton2D, Cut, Copy and Paste icons.
This commit is contained in:
Daniel J. Ramirez
2018-02-20 11:25:17 -06:00
parent 24cf4fe062
commit cecf274364
32 changed files with 48 additions and 76 deletions

View File

@@ -1734,7 +1734,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) {