Correct orientation pie menu

Missing from recent orientation update.
This commit is contained in:
Campbell Barton
2018-12-21 21:29:04 +11:00
parent 1b674d70a3
commit 4f6b4ceb6c

View File

@@ -4130,7 +4130,7 @@ class VIEW3D_MT_orientations_pie(Menu):
pie = layout.menu_pie()
scene = context.scene
pie.prop(scene, "transform_orientation", expand=True)
pie.prop(scene.transform_orientation_slots[0], "type", expand=True)
class VIEW3D_MT_snap_pie(Menu):