summaryrefslogtreecommitdiffstats
path: root/examples/wayland/pure-qml/qml/Chrome.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wayland/pure-qml/qml/Chrome.qml')
-rw-r--r--examples/wayland/pure-qml/qml/Chrome.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/wayland/pure-qml/qml/Chrome.qml b/examples/wayland/pure-qml/qml/Chrome.qml
index 63b6038ab..d2ff5cc2a 100644
--- a/examples/wayland/pure-qml/qml/Chrome.qml
+++ b/examples/wayland/pure-qml/qml/Chrome.qml
@@ -45,7 +45,7 @@ ShellSurfaceItem {
id: rootChrome
onSurfaceDestroyed: {
- view.bufferLocked = true;
+ bufferLocked = true;
destroyAnimation.start();
}