SAP-archive / fedem-gui

Graphical user interface for FEDEM
https://openfedem.org
Apache License 2.0
1 stars 6 forks source link

Fix Standard and S-N curve menu settings #22

Closed kmoks closed 7 months ago

kmoks commented 7 months ago

This (i.e., the first commit) fixes a bug introduced in commit 2a8a7b57495516cce1fd7f0dd482939b24052a75 since the GUI widgets now are created before the sn_curves.fsn file is loaded.

The second commit prevents that the current working directory is attempted removed when exiting, if no template file was found when starting the model. Probably harmless, as non-empty folder would not be removed, but messages on failure to delete those directories were printed in the console window.

The third commit will set the default model filename (untitled_#.fmm) also when a template file is not found.

The fourth commit is just to use the same version of the fedem-mdb submodule as the qt6-port branch.