From 67e6e08d09640792e217a30d26ba964604aba7e2 Mon Sep 17 00:00:00 2001 From: Paul Olav Tvete Date: Tue, 29 Sep 2015 12:52:58 +0200 Subject: Disable flicking in the example Change-Id: I767239fa6dee8b2132192a1e694eca954b264584 Reviewed-by: Eskil Abrahamsen Blomfeldt --- examples/wayland/multi-output/qml/GridScreen.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/wayland/multi-output/qml') diff --git a/examples/wayland/multi-output/qml/GridScreen.qml b/examples/wayland/multi-output/qml/GridScreen.qml index e72937316..e15aec59d 100644 --- a/examples/wayland/multi-output/qml/GridScreen.qml +++ b/examples/wayland/multi-output/qml/GridScreen.qml @@ -63,6 +63,7 @@ WaylandOutput { model: ListModel { id: listModel } + interactive: false cellWidth: 200 cellHeight: 200 delegate: WaylandQuickItem { -- cgit v1.2.3