Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYimingWu <xp8110@outlook.com>2020-11-05 03:39:51 +0300
committerYimingWu <xp8110@outlook.com>2020-11-05 03:39:51 +0300
commit51f07e1652f366908174f159433f2063bd21ea6d (patch)
tree15646f1c450a311f16973cd8920a2a34d96d461d /source/blender/gpencil_modifiers
parent2c35b091bf26d03fa3c7a2e7575a0f21f3afdee3 (diff)
LineArt: Use ICON_OUTLINER_COLLECTION for collection icon
Diffstat (limited to 'source/blender/gpencil_modifiers')
-rw-r--r--source/blender/gpencil_modifiers/intern/MOD_gpencillineart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpencil_modifiers/intern/MOD_gpencillineart.c b/source/blender/gpencil_modifiers/intern/MOD_gpencillineart.c
index 0add666fa41..4d5dd355a47 100644
--- a/source/blender/gpencil_modifiers/intern/MOD_gpencillineart.c
+++ b/source/blender/gpencil_modifiers/intern/MOD_gpencillineart.c
@@ -323,7 +323,7 @@ static void panel_draw(const bContext *C, Panel *panel)
uiItemR(layout, ptr, "source_object", 0, NULL, ICON_CUBE);
}
else if (source_type == LRT_SOURCE_COLLECTION) {
- uiItemR(layout, ptr, "source_collection", 0, NULL, ICON_GROUP);
+ uiItemR(layout, ptr, "source_collection", 0, NULL, ICON_OUTLINER_COLLECTION);
}
if (scene->lineart.flags & LRT_EVERYTHING_AS_CONTOUR) {