~gary-wzl77/ubuntu-calendar-app/show-week-number

« back to all changes in this revision

Viewing changes to MonthComponentDateDelegate.qml

  • Committer: Tarmac
  • Author(s): Kunal Parmar
  • Date: 2015-09-10 13:04:16 UTC
  • mfrom: (711.1.2 ubuntu-calendar-app)
  • Revision ID: tarmac-20150910130416-swxlwr0o3oxqybxz
resolves Bug #1475747 . Fixes: https://bugs.launchpad.net/bugs/1475747.

Approved by Mihir Soni, Ubuntu Phone Apps Jenkins Bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
                    root.dateSelected(selectedDate);
115
115
                } else {
116
116
                    intern.selectedIndex = index
 
117
                    root.dateHighlighted(selectedDate)
117
118
                }
118
119
            }
119
120
        }