diff --git a/wayland_backend.cpp b/wayland_backend.cpp index 18294b40ac..a8baf6b292 100644 --- a/wayland_backend.cpp +++ b/wayland_backend.cpp @@ -383,6 +383,9 @@ WaylandCursor::WaylandCursor(Surface *parentSurface, WaylandBackend *backend) parent->commit(Surface::CommitFlag::None); } ); + + // install a default cursor image: + setCursorImage(Qt::ArrowCursor); } void WaylandCursor::setHotSpot(const QPoint &pos)