Merge branch 'blender-v2.90-release'

This commit is contained in:
Julian Eisel 2020-08-03 12:11:52 +02:00
commit 633e9cef8c
1 changed files with 1 additions and 1 deletions

View File

@ -371,7 +371,7 @@ static void ui_block_align_but_to_region(uiBut *but, const ARegion *region)
rect->xmin = rect->xmax - but_width;
break;
default:
BLI_assert(0);
/* Tabs may be shown in unaligned regions too, they just appear as regular buttons then. */
break;
}
}