[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [plasma-framework] src/declarativeimports/calendar/qml: [calendar] Only show the events mark on days
From:       Martin Klapetek <mklapetek () kde ! org>
Date:       2016-05-02 23:51:31
Message-ID: E1axNch-0002lC-K8 () scm ! kde ! org
[Download RAW message or body]

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/18af8703039390de8b803a7a9b3c5cfe48f70b7a

diff --git a/src/declarativeimports/calendar/qml/DayDelegate.qml \
b/src/declarativeimports/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 !== undefined && model.containsEventItems
         anchors.bottom: parent.bottom
         anchors.right: parent.right
         height: parent.height / 3


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic