~zsombi/ubuntu-ui-toolkit/listitemSelectModeBugs

« back to all changes in this revision

Viewing changes to src/Ubuntu/Components/1.3/PageTreeNode.qml

  • Committer: Zsombor Egri
  • Date: 2015-12-07 17:02:28 UTC
  • mfrom: (1662.2.80 staging)
  • Revision ID: zsombor.egri@canonical.com-20151207170228-coqv9fvqublui315
staging sync

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
                        if (i.isLeaf) {
126
126
                            // children of a leaf are not part of the tree
127
127
                            node = null;
128
 
                            print("WARNING! " +
129
 
                                "Do not put Page/Tabs/PageStack inside another "+
130
 
                                "Page because that causes confusion which is the "+
131
 
                                "active page that sets the title and actions.");
132
128
                        } else {
133
129
                            // current node is part of the tree with i as its parent.
134
130
                            node = i;