Comment 4 for bug 1204453

Revision history for this message
Florian Boucault (fboucault) wrote :

Adding the following snippet to any MainView triggers the bug:

    backgroundColor: "brown"

    Timer {
        running: true
        onTriggered: {
            gallery.backgroundColor = "white";
        }
    }