Skip to content
Snippets Groups Projects
Commit 1e8e6f1d authored by Jonathan Smith's avatar Jonathan Smith
Browse files

Spacebar Menu: Changed select menu it editmode so that it was correct (Thanks Bao2)

parent f9913fcf
No related branches found
No related tags found
No related merge requests found
...@@ -173,7 +173,7 @@ class VIEW3D_MT_Space_Dynamic_Menu(bpy.types.Menu): ...@@ -173,7 +173,7 @@ class VIEW3D_MT_Space_Dynamic_Menu(bpy.types.Menu):
layout.menu("VIEW3D_MT_uv_map", icon='MOD_UVPROJECT') layout.menu("VIEW3D_MT_uv_map", icon='MOD_UVPROJECT')
# Select block # Select block
layout.menu("VIEW3D_MT_SelectMenu", icon='RESTRICT_SELECT_OFF') layout.menu("VIEW3D_MT_SelectEditMenu", icon='RESTRICT_SELECT_OFF')
# Toolshelf block # Toolshelf block
layout.operator("view3d.toolshelf", icon='MENU_PANEL') layout.operator("view3d.toolshelf", icon='MENU_PANEL')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment