Code review comment for lp:~paulliu/unity/phablet_add-qmluitest1

Revision history for this message
Daniel d'Andrada (dandrader) wrote :

89 + {tag: "invisible", shown: true, opacity: 1.0, mouseClicks: 0},
90 + {tag: "visible", shown: false, opacity: 0.0, mouseClicks: 1},

Looks like you've swapped the "visible" and "invisible" tags...

« Back to merge proposal