Fix T69612: Two instances of Bridge Edge Loops entries in Edge Context Menu

This commit is contained in:
William Reynish
2019-09-16 22:36:09 +02:00
parent 28ee0f97c3
commit 8b53445e8d

View File

@@ -3440,9 +3440,11 @@ class VIEW3D_MT_edit_mesh_context_menu(Menu):
col.operator("mesh.loopcut_slide")
col.operator("mesh.offset_edge_loops_slide")
col.separator()
col.operator("mesh.knife_tool")
col.operator("mesh.bisect")
col.operator("mesh.bridge_edge_loops", text="Bridge Edge Loops")
col.separator()