diff options
| author | Loïc Guégan <loic.guegan@mailbox.org> | 2024-09-19 10:49:35 +0200 |
|---|---|---|
| committer | Loïc Guégan <loic.guegan@mailbox.org> | 2024-09-19 10:49:35 +0200 |
| commit | 8e24a71ea79f5ef6edeb7621916fd29f138176a1 (patch) | |
| tree | f5554aa87b5440311e5d73139be06ef7bc29de38 /tropical/qt/mainwindow.py | |
| parent | f02e224d757c1098cff503a14322a004e8cccfe3 (diff) | |
Minor changes
Diffstat (limited to 'tropical/qt/mainwindow.py')
| -rw-r--r-- | tropical/qt/mainwindow.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tropical/qt/mainwindow.py b/tropical/qt/mainwindow.py index 2805683..499b0da 100644 --- a/tropical/qt/mainwindow.py +++ b/tropical/qt/mainwindow.py @@ -26,7 +26,7 @@ class MainWindow(QMainWindow): def event(self, event): if event.type() == DaySelectedEvent: - self.evtDrawer.setDay(self.calDrawer.getSelection()) + self.evtDrawer.calStateChanged() return QWidget.event(self,event) #super().event(event) def StartApplication(env): |
