Fix #2012. Minor fix.

This commit is contained in:
Dion Moult
2022-01-30 08:49:46 +11:00
parent 074fe0d3a6
commit 3083b66f61
@@ -50,7 +50,7 @@ class BIM_PT_representations(Panel):
layout.label(text="No representations found")
row = layout.row(align=True)
row.prop(context.scene.BIMProperties, "contexts", text="")
row.prop(context.scene.BIMRootProperties, "contexts", text="")
row.operator("bim.add_representation", icon="ADD", text="")
for representation in RepresentationsData.data["representations"]: