~zsombi/ubuntu-ui-toolkit/listitemSelectModeBugs

« back to all changes in this revision

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

  • Committer: Zsombor Egri
  • Date: 2015-11-20 16:37:59 UTC
  • mfrom: (1662.2.62 staging)
  • Revision ID: zsombor.egri@canonical.com-20151120163759-8p94jar0o53nbu95
staging sync

Show diffs side-by-side

added added

removed removed

Lines of Context:
870
870
            for (var i = 0; i < children.length; i++) {
871
871
                children[i].parent = leftPane;
872
872
                children[i].anchors.verticalCenter = verticalCenter;
 
873
                children[i].activeFocusOnPress = false;
873
874
            }
874
875
        }
875
876
    }
892
893
            for (var i = 0; i < children.length; i++) {
893
894
                children[i].parent = rightPane;
894
895
                children[i].anchors.verticalCenter = verticalCenter;
 
896
                children[i].activeFocusOnPress = false;
895
897
            }
896
898
        }
897
899
    }