Skip to content

Commit

Permalink
fixed minor bug with opening a saved bulk forming simulation file
Browse files Browse the repository at this point in the history
  • Loading branch information
shankinsMechEng committed Dec 19, 2024
1 parent 2fa85d8 commit 8aec665
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/FIERRO-GUI/fierro_gui/Save_Load.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ def Save(self):
"labels": {},
"checkboxes": {}}

# change material definition of bulk forming solver to custom before saving
self.INMaterialDefinition.setCurrentIndex(0)

# Save widget states
for attr_name, attr_value in self.__dict__.items():
if isinstance(attr_value, QComboBox):
Expand Down

0 comments on commit 8aec665

Please sign in to comment.