Set a default cursor when creating the WaylandCursor
This commit is contained in:
parent
f545eeb087
commit
2a6cd5010a
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue