From d1932a8ed6001c120149ce4dd1be6a0415d66f28 Mon Sep 17 00:00:00 2001 From: Julian Eisel Date: Tue, 9 Jun 2020 20:35:40 +0200 Subject: Fix missing animation decorators for pointer buttons Also, remove manually placed decorator for vertex groups in modifiers. This was only needed because of this bug, and the layout was slightly misaligned. --- source/blender/modifiers/intern/MOD_ui_common.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source/blender/modifiers') diff --git a/source/blender/modifiers/intern/MOD_ui_common.c b/source/blender/modifiers/intern/MOD_ui_common.c index 973afe5fef6..cc0d3d8ccee 100644 --- a/source/blender/modifiers/intern/MOD_ui_common.c +++ b/source/blender/modifiers/intern/MOD_ui_common.c @@ -172,9 +172,6 @@ void modifier_vgroup_ui(uiLayout *layout, uiLayoutSetPropDecorate(sub, false); uiItemR(sub, ptr, invert_vgroup_prop, 0, "", ICON_ARROW_LEFTRIGHT); } - if (uiLayoutGetPropDecorate(layout)) { - uiItemL(row, "", ICON_BLANK1); - } } /** -- cgit v1.2.3