summaryrefslogtreecommitdiffstats
path: root/views/calendar/qml/View.qml
diff options
context:
space:
mode:
Diffstat (limited to 'views/calendar/qml/View.qml')
-rw-r--r--views/calendar/qml/View.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/views/calendar/qml/View.qml b/views/calendar/qml/View.qml
index e49894ca..fe88b084 100644
--- a/views/calendar/qml/View.qml
+++ b/views/calendar/qml/View.qml
@@ -97,6 +97,10 @@ RowLayout {
97 right: parent.right 97 right: parent.right
98 } 98 }
99 date: root.currentDate 99 date: root.currentDate
100 MouseArea {
101 anchors.fill: parent
102 onClicked: dateSelector.selectedDate = root.currentDate
103 }
100 } 104 }
101 } 105 }
102 106