From 6ce0cc987d85c5b2be8a7c9c18528c6411834e94 Mon Sep 17 00:00:00 2001 From: Xaver Hugl Date: Thu, 9 Dec 2021 16:58:03 +0100 Subject: [PATCH] input: set tablet cursor hotspot --- src/input.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/input.cpp b/src/input.cpp index 2b94deda93..cd76b8e97c 100644 --- a/src/input.cpp +++ b/src/input.cpp @@ -1653,6 +1653,7 @@ public: disconnect(m_surface, nullptr, this, nullptr); } m_surface = surface; + m_hotspot = hotspot; connect(m_surface, &KWaylandServer::SurfaceInterface::committed, this, &SurfaceCursor::refresh); refresh();