mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-23 03:59:29 +00:00
16 lines
466 B
Diff
16 lines
466 B
Diff
|
diff --git a/src/client/qwaylandinputdevice.cpp b/src/client/qwaylandinputdevice.cpp
|
||
|
index f435b953..068834c2 100644
|
||
|
--- a/src/client/qwaylandinputdevice.cpp
|
||
|
+++ b/src/client/qwaylandinputdevice.cpp
|
||
|
@@ -609,8 +609,10 @@ void QWaylandInputDevice::setCursor(const QCursor *cursor, const QSharedPointer<
|
||
|
if (mPointer)
|
||
|
mPointer->updateCursor();
|
||
|
|
||
|
+#if QT_CONFIG(tabletevent)
|
||
|
if (mTabletSeat)
|
||
|
mTabletSeat->updateCursor();
|
||
|
+#endif
|
||
|
}
|
||
|
#endif
|
||
|
|