Skip to content
Snippets Groups Projects
Commit a4f5d994 authored by Campbell Barton's avatar Campbell Barton
Browse files

Merge branch 'blender-v2.92-release'

parents 28507cd3 d59052f4
Branches
Tags
No related merge requests found
......@@ -1803,7 +1803,8 @@ class UndoWithContext(bpy.types.Operator):
#
# C_dict = {'window': w, 'screen': w.screen}
# bpy.ops.ed.undo_push(C_dict, 'INVOKE_REGION_WIN', message=self.message)
bpy.ops.ed.undo_push('INVOKE_REGION_WIN', message=self.message)
# bpy.ops.ed.undo_push('INVOKE_REGION_WIN', message=self.message)
return {'FINISHED'}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment