From 3c44a536a7259cc46aa42a7b847c8c9636bd2aa0 Mon Sep 17 00:00:00 2001 From: Loïc Guégan Date: Mon, 16 Sep 2024 20:31:06 +0200 Subject: Minor changes --- tropical/qt/mainwindow.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tropical/qt/mainwindow.py') 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() -- cgit v1.2.3