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