~renatofilho/ubuntu-calendar-app/optimize

« back to all changes in this revision

Viewing changes to DayView.qml

  • Committer: Renato Araujo Oliveira Filho
  • Date: 2016-03-03 02:53:21 UTC
  • Revision ID: renato.filho@canonical.com-20160303025321-fd8j1c2txrexkqaj
Fix today scroll in day view.

Show diffs side-by-side

added added

removed removed

Lines of Context:
156
156
 
157
157
            Component.onCompleted: {
158
158
                if(dayViewPage.tabSelected){
159
 
                    timeLineView.scrollToTime(new Date());
 
159
                    dayViewPage.delayScrollToDate(new Date());
160
160
                }
161
161
            }
162
162