Merge lp:~renatofilho/address-book-app/fix-click-to-select into lp:address-book-app

Proposed by Renato Araujo Oliveira Filho
Status: Merged
Approved by: Arthur Mello
Approved revision: 582
Merged at revision: 586
Proposed branch: lp:~renatofilho/address-book-app/fix-click-to-select
Merge into: lp:address-book-app
Diff against target: 24 lines (+2/-2)
1 file modified
src/imports/Ubuntu/Contacts/ListItemWithActions.qml (+2/-2)
To merge this branch: bzr merge lp:~renatofilho/address-book-app/fix-click-to-select
Reviewer Review Type Date Requested Status
Arthur Mello (community) Approve
PS Jenkins bot continuous-integration Pending
Review via email: mp+294941@code.launchpad.net

Commit message

Make sure that click on check box select a contact during the multi-selection.

To post a comment you must log in.
Revision history for this message
Arthur Mello (artmello) wrote :

lgtm

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/imports/Ubuntu/Contacts/ListItemWithActions.qml'
--- src/imports/Ubuntu/Contacts/ListItemWithActions.qml 2016-02-11 17:32:47 +0000
+++ src/imports/Ubuntu/Contacts/ListItemWithActions.qml 2016-05-17 17:35:35 +0000
@@ -253,11 +253,12 @@
253 }253 }
254 }254 }
255255
256
257 Rectangle {256 Rectangle {
258 id: main257 id: main
259 objectName: "mainItem"258 objectName: "mainItem"
260259
260 // make sure that this item is behind the mouse area
261 z: -1
261 anchors {262 anchors {
262 top: parent.top263 top: parent.top
263 bottom: parent.bottom264 bottom: parent.bottom
@@ -286,7 +287,6 @@
286 }287 }
287 }288 }
288289
289
290 Item {290 Item {
291 id: mainContents291 id: mainContents
292292

Subscribers

People subscribed via source and target branches