UI: swap wireframe/solid order in pie to match order in header.

This commit is contained in:
2018-11-23 12:37:43 +01:00
parent 920525c216
commit 7b0f638ff6

View File

@@ -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')