[Bf-blender-cvs] [c1b1719267a] temp-lineart-contained: LineArt: Remove prop decoration line on collection selector

YimingWu noreply at git.blender.org
Mon Jan 17 00:43:39 CET 2022


Commit: c1b1719267a143d3f981c3780f7202eff383c545
Author: YimingWu
Date:   Mon Jan 17 07:42:56 2022 +0800
Branches: temp-lineart-contained
https://developer.blender.org/rBc1b1719267a143d3f981c3780f7202eff383c545

LineArt: Remove prop decoration line on collection selector

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

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 614ded19202..401eac201ea 100644
--- a/source/blender/gpencil_modifiers/intern/MOD_gpencillineart.c
+++ b/source/blender/gpencil_modifiers/intern/MOD_gpencillineart.c
@@ -317,7 +317,6 @@ static void panel_draw(const bContext *UNUSED(C), Panel *panel)
   }
   else if (source_type == LRT_SOURCE_COLLECTION) {
     uiLayout *sub = uiLayoutRow(layout, true);
-    uiLayoutSetPropDecorate(sub, false);
     uiItemR(sub, ptr, "source_collection", 0, NULL, ICON_OUTLINER_COLLECTION);
     uiItemR(sub, ptr, "use_invert_collection", 0, "", ICON_ARROW_LEFTRIGHT);
   }



More information about the Bf-blender-cvs mailing list