Code review comment for lp:~gerboland/unity8/orientationLock

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

270 + surface.orientation = Qt.binding( function() { return root.orientation; } );

Use a Binding component instead, like it's already done for surface.enabled and surface.interactive.

review: Needs Fixing

« Back to merge proposal