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