mirror of https://gitlab.com/pamhyr/pamhyr2
MainWindow: Minor change.
parent
0512947e0e
commit
74b914001b
|
|
@ -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 !
|
||||
###############
|
||||
|
|
|
|||
Loading…
Reference in New Issue