apol added a comment.

  +1

INLINE COMMENTS

> ActionMenuItem.qml:26
>  
> -    property QtObject ourAction
> -
> -    text: ourAction.text
> -    visible: ourAction.visible !== undefined ? ourAction.visible : true
> -    enabled: ourAction.enabled
> -    checkable: ourAction.checkable
> -    checked: ourAction.checked
> +    visible: action.visible !== undefined ? action.visible : true
>      height: visible ? implicitHeight : 0

visible: action.visible === undefined || action.visible

REPOSITORY
  R169 Kirigami

REVISION DETAIL
  https://phabricator.kde.org/D24501

To: ahiemstra, #kirigami
Cc: apol, plasma-devel, fbampaloukas, GB_2, domson, dkardarakos, ngraham, 
davidedmundson, mart, hein

Reply via email to