Commit: 87a36cba1a5ad9e8e8279e89d104184c8bb84593
Author: Pablo Vazquez
Date:   Thu Oct 7 11:44:04 2021 +0200
Branches: master
https://developer.blender.org/rB87a36cba1a5ad9e8e8279e89d104184c8bb84593

UI: Fix alignment of buttons in Grease Pencil tool settings

Small fix reviewed on blender.chat by the Grease Pencil team.

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

M       release/scripts/startup/bl_ui/properties_paint_common.py

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

diff --git a/release/scripts/startup/bl_ui/properties_paint_common.py 
b/release/scripts/startup/bl_ui/properties_paint_common.py
index c038f5f906a..14aacf3a47a 100644
--- a/release/scripts/startup/bl_ui/properties_paint_common.py
+++ b/release/scripts/startup/bl_ui/properties_paint_common.py
@@ -1151,7 +1151,8 @@ def brush_basic__draw_color_selector(context, layout, 
brush, gp_settings, props)
             if len(txt_ma) > maxw:
                 txt_ma = txt_ma[:maxw - 5] + '..' + txt_ma[-3:]
 
-    sub = row.row()
+    sub = row.row(align=True)
+    sub.enabled = not gp_settings.use_material_pin
     sub.ui_units_x = 8
     sub.popover(
         panel="TOPBAR_PT_gpencil_materials",

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to