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

« back to all changes in this revision

Viewing changes to DayView.qml

  • Committer: Kunal Parmar
  • Date: 2014-10-23 18:07:42 UTC
  • Revision ID: pkunal.parmar@gmail.com-20141023180742-qfapqkn13dq5su4x
dummy

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 {