Browse Source

fix selection

pull/974/head
krepa098 11 years ago
parent
commit
4997788b13
  1. 2
      src/chatlog/chatlog.cpp

2
src/chatlog/chatlog.cpp

@ -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

Loading…
Cancel
Save