Code review comment for lp://qastaging/~dandrader/unity8/noDecorationInStagedMode

Revision history for this message
Lukáš Tinkl (lukas-kde) wrote :

opacity: root.hasDecoration ? Math.min(1, root.showDecoration) : 0
visible: root.hasDecoration || opacity > 0

I don't get the "visible" expression, why you need both?

review: Needs Information

« Back to merge proposal