UI: Use Grease Pencil object icon for Dope Sheet

Use the Grease Pencil object icon for the mode selector in Dope Sheet.

Pull Request: https://projects.blender.org/blender/blender/pulls/128385
This commit is contained in:
Pablo Vazquez
2024-09-30 17:57:20 +02:00
committed by Falk David
parent 1b392ef016
commit d601c21f2f

View File

@@ -236,7 +236,7 @@ const EnumPropertyItem rna_enum_space_file_browse_mode_items[] = {
}
#define SACT_ITEM_GPENCIL \
{ \
SACTCONT_GPENCIL, "GPENCIL", ICON_GREASEPENCIL, "Grease Pencil", \
SACTCONT_GPENCIL, "GPENCIL", ICON_OUTLINER_OB_GREASEPENCIL, "Grease Pencil", \
"Edit timings for all Grease Pencil sketches in file" \
}
#define SACT_ITEM_MASK \