[Bf-blender-cvs] [0bed1158e06] lanpr-under-gp: LineArt: "Match" checkbox put on top of mask bits.

YimingWu noreply at git.blender.org
Mon Nov 9 09:21:17 CET 2020


Commit: 0bed1158e0650852860fcf78bb5e917d90fe907a
Author: YimingWu
Date:   Mon Nov 9 16:01:13 2020 +0800
Branches: lanpr-under-gp
https://developer.blender.org/rB0bed1158e0650852860fcf78bb5e917d90fe907a

LineArt: "Match" checkbox put on top of mask bits.

===================================================================

M	source/blender/gpencil_modifiers/intern/MOD_gpencillineart.c

===================================================================

diff --git a/source/blender/gpencil_modifiers/intern/MOD_gpencillineart.c b/source/blender/gpencil_modifiers/intern/MOD_gpencillineart.c
index cc7c244115e..487802e4a80 100644
--- a/source/blender/gpencil_modifiers/intern/MOD_gpencillineart.c
+++ b/source/blender/gpencil_modifiers/intern/MOD_gpencillineart.c
@@ -401,7 +401,7 @@ static void occlusion_panel_draw(const bContext *UNUSED(C), Panel *panel)
 
   uiItemR(layout, ptr, "use_transparency", 0, "Transparency", ICON_NONE);
 
-  uiLayout *column = uiLayoutRow(layout, true);
+  uiLayout *column = uiLayoutColumn(layout, true);
 
   if (use_transparency) {
     uiItemR(column, ptr, "transparency_match", 0, "Match", ICON_NONE);



More information about the Bf-blender-cvs mailing list