Merge branch 'blender-v2.92-release'

This commit is contained in:
2021-01-26 11:56:08 -06:00

View File

@@ -107,6 +107,9 @@ class TIME_MT_editor_menus(Menu):
text="Keying",
)
# Add a separator to keep the popover button from aligning with the menu button.
sub.separator(factor=0.4)
if horizontal:
sub = row.row(align=True)