Skip to content
Snippets Groups Projects
Commit 5909f12d authored by Martin Buerbaum's avatar Martin Buerbaum
Browse files

* Small syntax fix

parent a235cd40
No related branches found
No related tags found
No related merge requests found
......@@ -607,7 +607,7 @@ class VIEW3D_OT_display_measurements(bpy.types.Operator):
def execute(self, context):
if context.area.type == 'VIEW_3D':
mgr_ops = context.manager.operators.values();
mgr_ops = context.manager.operators.values()
if not self.bl_idname in [op.bl_idname for op in mgr_ops]:
# Add the region OpenGL drawing callback
for WINregion in context.area.regions:
......
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