From 18af8703039390de8b803a7a9b3c5cfe48f70b7a Mon Sep 17 00:00:00 2001 From: Martin Klapetek Date: Mon, 2 May 2016 19:51:20 -0400 Subject: [PATCH] [calendar] Only show the events mark on days grid, not month or year --- src/declarativeimports/calendar/qml/DayDelegate.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/declarativeimports/calendar/qml/DayDelegate.qml b/src/declarativeimports/calendar/qml/DayDelegate.qml index a7708687c..eeb05b5ba 100644 --- a/src/declarativeimports/calendar/qml/DayDelegate.qml +++ b/src/declarativeimports/calendar/qml/DayDelegate.qml @@ -102,7 +102,7 @@ MouseArea { } Loader { - active: containsEventItems + active: model.containsEventItems !== undefined && model.containsEventItems anchors.bottom: parent.bottom anchors.right: parent.right height: parent.height / 3