tablet: no need to forward the cursorChanged signal
It's already emitted by updateCursor, so we were doing it twice.
This commit is contained in:
parent
f54d7a2697
commit
df9978d6a1
1 changed files with 0 additions and 1 deletions
|
@ -1694,7 +1694,6 @@ public:
|
|||
Cursors::self()->addCursor(cursor);
|
||||
m_cursorByTool[tool] = cursor;
|
||||
|
||||
connect(tool, &TabletToolV2Interface::cursorChanged, cursor, &Cursor::cursorChanged);
|
||||
connect(tool, &TabletToolV2Interface::cursorChanged, cursor, [cursor] (TabletCursorV2 *tcursor) {
|
||||
static const auto createDefaultCursor = [] {
|
||||
WaylandCursorImage defaultCursor;
|
||||
|
|
Loading…
Reference in a new issue