fix for own error [#25299] custom properties not showing in viedw3d panel

error made when fixing id pinning, for non-properties space.
This commit is contained in:
2010-12-19 13:04:14 +00:00
parent 8dcd210de0
commit c2c71e59ed
2 changed files with 6 additions and 2 deletions

View File

@@ -2295,7 +2295,7 @@ class VIEW3D_PT_context_properties(bpy.types.Panel):
if member:
# Draw with no edit button
rna_prop_ui.draw(self.layout, context, member, False)
rna_prop_ui.draw(self.layout, context, member, object, False)
def register():