MainWindow: Minor change.

results
Pierre-Antoine Rouby 2023-07-07 14:14:11 +02:00
parent 17b11b34a7
commit 53dc068dab
1 changed files with 1 additions and 0 deletions

View File

@ -399,6 +399,7 @@ class ApplicationWindow(QMainWindow, ListedSubWindow, WindowToolKit):
file_name = dialog.selectedFiles()
self.set_model(Study.open(file_name[0]))
logger.info(f"Open Study - {self.model.name}")
self.set_title()
def open_new_study(self):
"""Open dialog to set new study