fixed channelview not scrolling down when emotes get loaded

This commit is contained in:
fourtf 2018-05-23 20:22:41 +02:00
parent 96103de1ea
commit 63e88938ef

View file

@ -258,7 +258,7 @@ void ChannelView::actuallyLayoutMessages(bool causedByScrollbar)
if (this->enableScrollingToBottom && this->showingLatestMessages && showScrollbar) {
if (!this->isPaused()) {
this->scrollBar.scrollToBottom(
this->messageWasAdded &&
// this->messageWasAdded &&
app->settings->enableSmoothScrollingNewMessages.getValue());
}
this->messageWasAdded = false;