diff --git a/src/input.cpp b/src/input.cpp index b4c5b411d5..d80089a92f 100644 --- a/src/input.cpp +++ b/src/input.cpp @@ -1936,6 +1936,7 @@ public: : Cursor(tool) , m_source(std::make_unique()) { + setSource(m_source.get()); connect(tool, &KWaylandServer::TabletToolV2Interface::cursorChanged, this, [this](KWaylandServer::TabletCursorV2 *tcursor) { if (!tcursor || tcursor->enteredSerial() == 0) { static WaylandCursorImage defaultCursor;