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

« back to all changes in this revision

Viewing changes to TimeLineBase.qml

  • Committer: Kunal Parmar
  • Date: 2014-10-03 03:24:29 UTC
  • mto: This revision was merged to the branch mainline in revision 494.
  • Revision ID: pkunal.parmar@gmail.com-20141003032429-c4hw8rge8w5e6izy
Adding week devider

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;