summaryrefslogtreecommitdiff
path: root/tropical/qt/mainwindow.py
diff options
context:
space:
mode:
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):