MainWindow: Minor change.

mesh
Pierre-Antoine Rouby 2023-05-30 17:03:54 +02:00
parent 0512947e0e
commit 74b914001b
1 changed files with 0 additions and 4 deletions

View File

@ -354,16 +354,12 @@ class ApplicationWindow(QMainWindow, ListedSubWindow, WindowToolKit):
self.sections.show()
def open_initial_conditions(self):
print("xxx")
if self.model.river.has_current_reach():
print("yyy")
self.initial = InitialConditionsWindow(
study = self.model,
parent = self
)
self.initial.show()
print("zzz")
# TODO: Delete me !
###############