Merge branch 'blender-v3.0-release'

This commit is contained in:
Philipp Oeser 2021-11-09 17:07:41 +01:00
commit e5fb5c9d7b
1 changed files with 1 additions and 1 deletions

View File

@ -1362,8 +1362,8 @@ static void draw_property_for_socket(const bContext &C,
}
else {
uiLayout *row = uiLayoutRow(layout, false);
uiLayoutSetPropDecorate(row, true);
uiItemR(row, md_ptr, rna_path, 0, socket.name, ICON_NONE);
uiItemDecoratorR(row, md_ptr, rna_path, 0);
}
}
}