summaryrefslogtreecommitdiff
path: root/tropical/qt/mainwindow.py
diff options
context:
space:
mode:
authorLoïc Guégan <loic.guegan@mailbox.org>2024-09-19 10:49:35 +0200
committerLoïc Guégan <loic.guegan@mailbox.org>2024-09-19 10:49:35 +0200
commit8e24a71ea79f5ef6edeb7621916fd29f138176a1 (patch)
treef5554aa87b5440311e5d73139be06ef7bc29de38 /tropical/qt/mainwindow.py
parentf02e224d757c1098cff503a14322a004e8cccfe3 (diff)
Minor changes
Diffstat (limited to 'tropical/qt/mainwindow.py')
-rw-r--r--tropical/qt/mainwindow.py2
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):