Fix #72093: Collapse Wide Enum Lists to One Column #105386

Merged
Harley Acheson merged 9 commits from Harley/blender:WideEnumList into main 2023-11-16 21:14:44 +01:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit d6925ef23a - Show all commits

View File

@ -4323,7 +4323,6 @@ static void ui_def_but_rna__menu(bContext *C, uiLayout *layout, void *but_p)
int col_rows = 0;
float col_width = 0.0f;
for (const EnumPropertyItem *item = item_array; item->identifier; item++, totitems++) {
col_rows++;
if (col_rows > 1 && (col_rows > max_rows || (!item->identifier[0] && item->name))) {