summaryrefslogtreecommitdiffstats
path: root/examples/wayland/multi-output/qml/GridScreen.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wayland/multi-output/qml/GridScreen.qml')
-rw-r--r--examples/wayland/multi-output/qml/GridScreen.qml1
1 files changed, 1 insertions, 0 deletions
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 {