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)
} }
else else
{ {
text = itr.fragment().text(); for(QChar c : itr.fragment().text())
for(QChar c : text)
{ {
if(pos >= cursor.selectionStart() && pos < cursor.selectionEnd()) if(pos >= cursor.selectionStart() && pos < cursor.selectionEnd())
selectedText += c; selectedText += c;

Loading…
Cancel
Save