summaryrefslogtreecommitdiffstats
path: root/examples/wayland/pure-qml/qml/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wayland/pure-qml/qml/main.qml')
-rw-r--r--examples/wayland/pure-qml/qml/main.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/wayland/pure-qml/qml/main.qml b/examples/wayland/pure-qml/qml/main.qml
index 121cb0d2a..30c7a63bf 100644
--- a/examples/wayland/pure-qml/qml/main.qml
+++ b/examples/wayland/pure-qml/qml/main.qml
@@ -62,7 +62,6 @@ WaylandCompositor {
onShellSurfaceCreated: {
var item = chromeComponent.createObject(primarySurfacesArea);
item.surface = surface;
- item.followRequestedPosition = true;
shellSurface.view = item.view;
}