summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@theqtcompany.com>2015-09-18 12:48:19 +0200
committerPaul Olav Tvete <paul.tvete@theqtcompany.com>2015-09-18 14:58:07 +0000
commit20e7f3a187b91168dd472500e755f9459fb96ad8 (patch)
treebafb608ba03127582073dd2877f5f2344a7f561b /examples
parent3501def14bd112557681d354c564daf3cc84ea36 (diff)
Fix broken onSurfaceDestroyed animation
Change-Id: I0f56c0ef2f35ada0613c331817d0fd56d186a158 Reviewed-by: Paul Olav Tvete <paul.tvete@theqtcompany.com>
Diffstat (limited to 'examples')
-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 acdb4c65e..52177565e 100644
--- a/examples/wayland/pure-qml/qml/Chrome.qml
+++ b/examples/wayland/pure-qml/qml/Chrome.qml
@@ -48,7 +48,7 @@ ShellSurfaceItem {
}
onSurfaceDestroyed: {
- lockedBuffer = true;
+ view.bufferLock = true;
destroyAnimation.start();
}