Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Fixed
-
Affects Version/s: 5.11
-
Fix Version/s: 5.13.0 Beta 1
-
Component/s: QPA: Wayland
-
Labels:None
-
Platform/s:
Description
void QWaylandInputDevice::setCursor(const QSharedPointer<QWaylandBuffer> &buffer, const QPoint &hotSpot) { #ifdef Q_OS_SYLIXOS // this is a bug for qt. if (!buffer.isNull()) { #endif setCursor(buffer->buffer(), hotSpot, buffer->size()); mPixmapCursor = buffer; #ifdef Q_OS_SYLIXOS } #endif }
file: qt5\qtwayland\src\client\qwaylandinputdevice.cpp