summaryrefslogtreecommitdiffstats
path: root/examples/wayland/multi-output/qml/ShellScreen.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wayland/multi-output/qml/ShellScreen.qml')
-rw-r--r--examples/wayland/multi-output/qml/ShellScreen.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/wayland/multi-output/qml/ShellScreen.qml b/examples/wayland/multi-output/qml/ShellScreen.qml
index ae4092594..ffbb9f520 100644
--- a/examples/wayland/multi-output/qml/ShellScreen.qml
+++ b/examples/wayland/multi-output/qml/ShellScreen.qml
@@ -32,7 +32,7 @@ WaylandOutput {
id: clientCursor
x: mouseTracker.mouseX
y: mouseTracker.mouseY
- visible: surface !== null && mouseTracker.containsMouse
+ visible: surface != null && mouseTracker.containsMouse
seat : output.compositor.defaultSeat
}
}