~pkunal-parmar/ubuntu-calendar-app/ICalImport

« back to all changes in this revision

Viewing changes to TimeLineBase.qml

  • Committer: Tarmac
  • Author(s): Kunal Parmar
  • Date: 2014-10-10 18:43:24 UTC
  • mfrom: (489.1.4 WeekView-Devider)
  • Revision ID: tarmac-20141010184324-chp20vinvdnxak19
Resolves Bug #1248127. Fixes: https://bugs.launchpad.net/bugs/1248127.

Approved by Mihir Soni, Ubuntu Phone Apps Jenkins Bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
 
110
110
    function destroyAllChildren() {
111
111
        for( var i = children.length - 1; i >= 0; --i ) {
112
 
            if( children[i].objectName === "mouseArea" ) {
 
112
            if( children[i].objectName === "mouseArea" ||
 
113
                    children[i].objectName === "weekdevider") {
113
114
                continue;
114
115
            }
115
116
            children[i].visible = false;