Minor fixes after the refactor mess

This commit is contained in:
Dion Moult
2021-03-25 20:19:48 +11:00
parent 9751b6af05
commit 0bc86631a5
4 changed files with 8 additions and 5 deletions
@@ -49,7 +49,7 @@ class BIM_PT_structural_boundary_conditions(Panel):
self.draw_read_only_ui(context)
def draw_editable_ui(self, context):
for attribute in self.props.connection_attributes:
for attribute in self.props.boundary_condition_attributes:
if attribute.data_type == "string":
row = self.layout.row()
row.prop(attribute, "string_value", text=attribute["name"])