more fixes to name -> color matching; more meta-type-tag usage fixes in reordering path

This commit is contained in:
Ryan Fleury
2025-04-28 17:13:22 -07:00
parent 1f1c4f161b
commit eb3b2572f1
2 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -3836,7 +3836,7 @@ rd_view_ui(Rng2F32 rect)
String8 group_cfg_name = {0};
{
E_IRTreeAndType block_irtree = selection_block->eval.irtree;
E_TypeKey block_type_key = block_irtree.type_key;
E_TypeKey block_type_key = e_type_key_unwrap(block_irtree.type_key, E_TypeUnwrapFlag_AllDecorative);
E_TypeKind block_type_kind = e_type_kind_from_key(block_type_key);
if(block_type_kind == E_TypeKind_Set)
{