Code review comment for lp:~paulliu/unity8/noninteractive20140804

Revision history for this message
Albert Astals Cid (aacid) wrote :

> Seems using enabled property of the AbstractButton not working as expected.
>
> Inside the AbstractButton, there's MouseArea. And it only looks private
> __acceptEvents for accepting or not. Not the enabled property inherit from
> ActionItem.

That's strange i just did an AbstractButton and set it to disabled and it's internal mouse area is also disabled.

« Back to merge proposal