Code review comment for lp:~lukas-kde/unity8/fix-shell-chrome

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

In qml/Stage/ApplicationWindow.qml:

"""
     Binding {
         target: root.application
         property: "initialSurfaceSize"
         value: Qt.size(root.requestedWidth, root.requestedHeight)
+ when: d.surfaceInitialized
     }
"""

This doesn't make sense to me. initialSurfaceSize is only useful if it's correctly set *before* the surface is created.

review: Needs Information

« Back to merge proposal