fixed message cursor positions

This commit is contained in:
fourtf
2017-04-24 23:00:26 +02:00
parent eb82f5c1e2
commit 95c7ae9f18
6 changed files with 230 additions and 228 deletions
+2 -2
View File
@@ -134,8 +134,8 @@ SharedMessage TwitchMessageBuilder::parse(const Communi::IrcPrivateMessage *ircM
userDisplayString += ": ";
}
b.appendWord(
Word(userDisplayString, Word::Username, usernameColor, userDisplayString, QString()));
b.appendWord(Word(userDisplayString, Word::Username, usernameColor, userDisplayString,
QString(), Link(Link::UserInfo, b.userName)));
// highlights
// TODO: implement this xD