fixed smooth scrolling

This commit is contained in:
fourtf
2018-06-19 20:34:50 +02:00
parent ee396bc1b8
commit bc54927c84
3 changed files with 9 additions and 14 deletions
+5 -3
View File
@@ -95,9 +95,11 @@ TwitchChannel::TwitchChannel(const QString &channelName, Communi::IrcConnection
QObject::connect(this->chattersListTimer, &QTimer::timeout, doRefreshChatters);
this->chattersListTimer->start(5 * 60 * 1000);
// for (int i = 0; i < 1000; i++) {
// this->addMessage(messages::Message::createSystemMessage("asdf"));
// }
#if 0
for (int i = 0; i < 1000; i++) {
this->addMessage(messages::Message::createSystemMessage("asdf"));
}
#endif
}
TwitchChannel::~TwitchChannel()