📋 Metadata
- Author: roaoao
- Date: 2019-09-10 07:38:13
- Type:
answer - Reply to: post_02730
- Replies (1): post_02734
💬 Content
RaphaelBarros:
I need to deactivate it after I press another button (not the buttons in the property itself).
You want to disable TexSize button?
You can do this in Custom tab:
sub = L.row(align=True); sub.enabled = False; sub.prop(props(), "TexSlot", text=slot, toggle=True, icon=icon, icon_value=icon_value)
❤️ 1 likes