fix [#34018] Delete Edge Loop undo works not als expected.

This commit is contained in:
Campbell Barton 2013-01-28 12:42:38 +00:00
parent a4548d33a9
commit 2bae448ed5

@ -35,6 +35,7 @@ class MESH_OT_delete_edgeloop(Operator):
"""to a single face loop"""
bl_idname = "mesh.delete_edgeloop"
bl_label = "Delete Edge Loop"
bl_options = {'UNDO', 'REGISTER'}
@classmethod
def poll(cls, context):