Skip to content
Snippets Groups Projects
Commit 1462828a authored by meta-androcto's avatar meta-androcto
Browse files

pie_views_numpad_menu: fix wrong class name/missing menu

parent ba7e0de9
Branches
Tags
No related merge requests found
...@@ -143,7 +143,7 @@ class PIE_MT_ViewNumpad(Menu): ...@@ -143,7 +143,7 @@ class PIE_MT_ViewNumpad(Menu):
row = box.row(align=True) row = box.row(align=True)
row.prop(rd, "use_border", text="Border") row.prop(rd, "use_border", text="Border")
# 3 - BOTTOM - RIGHT # 3 - BOTTOM - RIGHT
pie.menu(PieViewallSelGlobEtc.bl_idname, text="View Menu", icon='NONE') pie.menu(PIE_MT_ViewallSelGlobEtc.bl_idname, text="View Menu", icon='NONE')
classes = ( classes = (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment