Git commit 18af8703039390de8b803a7a9b3c5cfe48f70b7a by Martin Klapetek. Committed on 02/05/2016 at 23:51. Pushed by mklapetek into branch 'master'. [calendar] Only show the events mark on days grid, not month or year M +1 -1 src/declarativeimports/calendar/qml/DayDelegate.qml http://commits.kde.org/plasma-framework/18af8703039390de8b803a7a9b3c5cfe48f= 70b7a diff --git a/src/declarativeimports/calendar/qml/DayDelegate.qml b/src/decl= arativeimports/calendar/qml/DayDelegate.qml index a770868..eeb05b5 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 !=3D=3D undefined && model.contai= nsEventItems anchors.bottom: parent.bottom anchors.right: parent.right height: parent.height / 3