Cleanup: remove fix for #112129 which is no longer needed
Since [0] this is no longer needed.
[0]: a8db828618
This commit is contained in:
@@ -3446,11 +3446,6 @@ class WM_MT_region_toggle_pie(Menu):
|
||||
# Use to access the labels.
|
||||
enum_items = bpy.types.Region.bl_rna.properties["type"].enum_items_static_ui
|
||||
|
||||
# Prefer a 4 item pie menu where possible as there are some differences
|
||||
# when a pie menu has more than 4 items, see: #112129.
|
||||
if not items_overflow and not any(items[4:]):
|
||||
del items[4:]
|
||||
|
||||
for region_type_list in (items + items_overflow):
|
||||
if not region_type_list:
|
||||
pie.separator()
|
||||
|
||||
Reference in New Issue
Block a user