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:
authorAntonio Vazquez <blendergit@gmail.com>2020-03-18 15:05:55 +0300
committerAntonio Vazquez <blendergit@gmail.com>2020-03-18 15:06:09 +0300
commitb81b127928898fc85003dc53e7a8ba10344e76da (patch)
tree71631ce0b0c378090c57e78144c50d74ccf9e958 /source/blender/editors/animation
parentdd416681fbb02274cb0bab55d6e0d00e8addf9c5 (diff)
GPencil: Remove background to Dopesheet buttons
This was missing in previous commit.
Diffstat (limited to 'source/blender/editors/animation')
-rw-r--r--source/blender/editors/animation/anim_channels_defines.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/animation/anim_channels_defines.c b/source/blender/editors/animation/anim_channels_defines.c
index 07743f3b4bd..949d7008820 100644
--- a/source/blender/editors/animation/anim_channels_defines.c
+++ b/source/blender/editors/animation/anim_channels_defines.c
@@ -5318,6 +5318,7 @@ void ANIM_channel_draw_widgets(const bContext *C,
/* Layer onion skinning switch. */
offset -= ICON_WIDTH;
+ UI_block_emboss_set(block, UI_EMBOSS_NONE);
prop = RNA_struct_find_property(&ptr, "use_onion_skinning");
gp_rna_path = RNA_path_from_ID_to_property(&ptr, prop);
if (RNA_path_resolve_property(&id_ptr, gp_rna_path, &ptr, &prop)) {