|
|
|
@ -291,7 +291,6 @@ void ChatLog::mouseMoveEvent(QMouseEvent* ev)
@@ -291,7 +291,6 @@ void ChatLog::mouseMoveEvent(QMouseEvent* ev)
|
|
|
|
|
scene->mouseGrabberItem()->ungrabMouse(); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if(selectionMode != None && ev->pos() != lastPos) |
|
|
|
|
{ |
|
|
|
@ -327,6 +326,7 @@ void ChatLog::mouseMoveEvent(QMouseEvent* ev)
@@ -327,6 +326,7 @@ void ChatLog::mouseMoveEvent(QMouseEvent* ev)
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
ChatLineContent* ChatLog::getContentFromPos(QPointF scenePos) const |
|
|
|
|