FEM: material task panel, white space
This commit is contained in:
@@ -284,7 +284,7 @@ class _TaskPanelFemMaterial:
|
||||
def print_material_params(self, material=None):
|
||||
# in rare cases we gone pass a empty dict
|
||||
# in such a case a empty dict should be printed and not self.material thus we check for None
|
||||
if material is None:
|
||||
if material is None:
|
||||
material = self.material
|
||||
if not material:
|
||||
# empty dict
|
||||
|
||||
Reference in New Issue
Block a user