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

fix for changes in blender.

parent 9601b284
No related branches found
No related tags found
No related merge requests found
......@@ -654,7 +654,7 @@ class VIEW3D_PT_measure(bpy.types.Panel):
bl_space_type = 'VIEW_3D'
bl_region_type = 'UI'
bl_label = "Measure"
bl_default_closed = True
bl_options = {'DEFAULT_CLOSED'}
@classmethod
def poll(cls, context):
......
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