Browse Source

nice!

pull/974/head
krepa098 11 years ago
parent
commit
2c8e7c638d
  1. 4
      src/chatlog/content/text.cpp

4
src/chatlog/content/text.cpp

@ -102,9 +102,7 @@ void Text::selectionMouseMove(QPointF scenePos) @@ -102,9 +102,7 @@ void Text::selectionMouseMove(QPointF scenePos)
}
else
{
text = itr.fragment().text();
for(QChar c : text)
for(QChar c : itr.fragment().text())
{
if(pos >= cursor.selectionStart() && pos < cursor.selectionEnd())
selectedText += c;

Loading…
Cancel
Save