Fix: Improve button alignment of single value node group operator inputs
Animation decorators aren't used in the redo panel.
This commit is contained in:
@@ -381,7 +381,7 @@ static void draw_property_for_socket(const bNodeTree &node_tree,
|
||||
SNPRINTF(rna_path, "[\"%s\"]", socket_id_esc);
|
||||
|
||||
uiLayout *row = uiLayoutRow(layout, true);
|
||||
uiLayoutSetPropDecorate(row, true);
|
||||
uiLayoutSetPropDecorate(row, false);
|
||||
|
||||
/* Use #uiItemPointerR to draw pointer properties because #uiItemR would not have enough
|
||||
* information about what type of ID to select for editing the values. This is because
|
||||
|
||||
Reference in New Issue
Block a user