added scrollbar and smooth scrolling

This commit is contained in:
fourtf
2017-01-26 04:26:40 +01:00
parent 3d6b9f7645
commit 700c756f5a
12 changed files with 333 additions and 10 deletions
+3
View File
@@ -59,6 +59,9 @@ ChatWidget::setChannelName(const QString &name)
} else {
this->channel = Channels::addChannel(channel);
}
this->view.layoutMessages();
this->view.repaint();
}
void