Code review comment for lp://staging/~ubuntu-sdk-team/ubuntu-ui-toolkit/listItemRightClick

Revision history for this message
Tim Peeters (tpeeters) wrote :

57 + MouseArea {
58 + anchors.fill: parent
59 + onReleased: {
60 + popover.hide();
61 + action.trigger();
62 + }
63 + }

This seems weird/hackish to me. Why do you need this?

review: Needs Information

« Back to merge proposal