davidedmundson accepted this revision. davidedmundson added inline comments.
INLINE COMMENTS > DayDelegate.qml:105 > Loader { > - active: model.containsEventItems !== undefined && > model.containsEventItems > + active: model.containsMajorEventItems !== undefined && > model.containsMajorEventItems > anchors.bottom: parent.bottom surely this should be model !== undefined && model.contains otherwise we're doing a filter twice. REPOSITORY R242 Plasma Framework (Library) BRANCH fixdisplayofminorevents REVISION DETAIL https://phabricator.kde.org/D12438 To: kossebau, #plasma, broulik, davidedmundson Cc: davidedmundson, broulik, #frameworks, michaelh, bruns