Skip to content
Snippets Groups Projects
Commit 84bdff3a authored by Brendon Murphy's avatar Brendon Murphy
Browse files

minor fix

parent e046b6d0
No related branches found
No related tags found
No related merge requests found
......@@ -1250,7 +1250,7 @@ def unregister():
km = bpy.context.manager.active_keyconfig.keymaps['3D View']
for kmi in km.items:
if kmi.idname == 'wm.call_menu':
if kmi.properties.name == "VIEW3D_MT__Space_Dynamic_Menu":
if kmi.properties.name == "VIEW3D_MT_Space_Dynamic_Menu":
km.remove_item(kmi)
break
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment