[FEM] task_material_common: add a comment

This commit is contained in:
Uwe
2022-07-23 14:22:48 +02:00
parent 1f7374edf1
commit adff3da37a

View File

@@ -138,6 +138,8 @@ class _TaskPanel:
self.toggleInputFieldsReadOnly()
# hide some groupBox according to material category
# note: input_fd_vol_expansion_coefficient is currently not used
# it might be used in future for solids
self.parameterWidget.label_category.setText(self.obj.Category)
if self.obj.Category == "Fluid":
self.parameterWidget.groupBox_mechanical.setVisible(0)