diff --git a/cnapy/gui_elements/main_window.py b/cnapy/gui_elements/main_window.py index be50d27..3cf9043 100644 --- a/cnapy/gui_elements/main_window.py +++ b/cnapy/gui_elements/main_window.py @@ -1493,6 +1493,7 @@ def save_project_as(self): filename += ".cna" self.set_current_filename(filename) self.save_project() + self.update_recently_used_models(filename) # TODO: are there really situations where _all_ maps need to be recreated? def recreate_maps(self):