~pkunal-parmar/ubuntu-calendar-app/Minor-Performance

« back to all changes in this revision

Viewing changes to DayView.qml

  • Committer: Kunal Parmar
  • Date: 2014-11-06 12:58:00 UTC
  • mfrom: (524.1.10 trunk)
  • Revision ID: pkunal.parmar@gmail.com-20141106125800-j6hpjyex5lnjzlfb
mergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
            delegate: Loader {
122
122
                width: parent.width
123
123
                height: parent.height
124
 
                asynchronous: !dayViewPath.isCurrentItem
 
124
                asynchronous: index !== dayViewPath.currentIndex
125
125
                sourceComponent: delegateComponent
126
126
 
127
127
                Component {