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:
Hans Goudey
2023-09-22 15:33:45 -04:00
parent 0e1aca735a
commit e44932473a

View File

@@ -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