mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
fixed it
This commit is contained in:
parent
5cdc5de30a
commit
29015dbf88
1 changed files with 0 additions and 1 deletions
|
@ -304,7 +304,6 @@ void ChatWidgetView::mouseMoveEvent(QMouseEvent *event)
|
|||
qDebug() << index;
|
||||
|
||||
messages::Word hoverWord;
|
||||
|
||||
if (!message->tryGetWordPart(relativePos, hoverWord)) {
|
||||
setCursor(Qt::ArrowCursor);
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue