~zsombi/ubuntu-ui-toolkit/listitemSelectModeBugs

« back to all changes in this revision

Viewing changes to src/Ubuntu/Components/Themes/Ambiance/1.3/PageHeadStyle.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:
123
123
            }
124
124
        }
125
125
 
126
 
        Connections {
127
 
            target: sectionsItem.sections
128
 
            onSelectedIndexChanged: sectionsItem.selectedIndex = sectionsItem.sections.selectedIndex
 
126
        Binding {
 
127
            target: sectionsItem
 
128
            when: sectionsItem.sections
 
129
            property: "selectedIndex"
 
130
            value: sectionsItem.sections.selectedIndex
129
131
        }
130
132
    }
131
133