diff options
| author | Loïc Guégan <loic.guegan@mailbox.org> | 2024-09-16 20:31:06 +0200 |
|---|---|---|
| committer | Loïc Guégan <loic.guegan@mailbox.org> | 2024-09-16 20:31:06 +0200 |
| commit | 3c44a536a7259cc46aa42a7b847c8c9636bd2aa0 (patch) | |
| tree | 4f45b6b6e381cefe5ae7ba41842e8824dd1fb84b /tropical/qt/mainwindow.py | |
| parent | bbfdc515fb2296e78b3c8c8e4f0a501bf7aa007d (diff) | |
Minor changes
Diffstat (limited to 'tropical/qt/mainwindow.py')
| -rw-r--r-- | tropical/qt/mainwindow.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tropical/qt/mainwindow.py b/tropical/qt/mainwindow.py index d2a7b8d..7089b24 100644 --- a/tropical/qt/mainwindow.py +++ b/tropical/qt/mainwindow.py @@ -37,8 +37,6 @@ def StartApplication(version,calState): window.setVersion(version) window.show() # IMPORTANT!!!!! Windows are hidden by default. - d=CreateCalendar(path) - d.show() # Start the event loop. app.exec() |
