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()
|
self.sections.show()
|
||||||
|
|
||||||
def open_initial_conditions(self):
|
def open_initial_conditions(self):
|
||||||
print("xxx")
|
|
||||||
if self.model.river.has_current_reach():
|
if self.model.river.has_current_reach():
|
||||||
print("yyy")
|
|
||||||
self.initial = InitialConditionsWindow(
|
self.initial = InitialConditionsWindow(
|
||||||
study = self.model,
|
study = self.model,
|
||||||
parent = self
|
parent = self
|
||||||
)
|
)
|
||||||
self.initial.show()
|
self.initial.show()
|
||||||
print("zzz")
|
|
||||||
|
|
||||||
|
|
||||||
# TODO: Delete me !
|
# TODO: Delete me !
|
||||||
###############
|
###############
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue