UI: swap wireframe/solid order in pie to match order in header.
This commit is contained in:
@@ -3849,8 +3849,8 @@ class VIEW3D_MT_shading_pie(Menu):
|
||||
|
||||
view = context.space_data
|
||||
|
||||
pie.prop_enum(view.shading, "type", value='SOLID')
|
||||
pie.prop_enum(view.shading, "type", value='WIREFRAME')
|
||||
pie.prop_enum(view.shading, "type", value='SOLID')
|
||||
pie.prop_enum(view.shading, "type", value='MATERIAL')
|
||||
pie.prop_enum(view.shading, "type", value='RENDERED')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user