mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
fixed channelview not scrolling down when emotes get loaded
This commit is contained in:
parent
96103de1ea
commit
63e88938ef
|
@ -258,7 +258,7 @@ void ChannelView::actuallyLayoutMessages(bool causedByScrollbar)
|
||||||
if (this->enableScrollingToBottom && this->showingLatestMessages && showScrollbar) {
|
if (this->enableScrollingToBottom && this->showingLatestMessages && showScrollbar) {
|
||||||
if (!this->isPaused()) {
|
if (!this->isPaused()) {
|
||||||
this->scrollBar.scrollToBottom(
|
this->scrollBar.scrollToBottom(
|
||||||
this->messageWasAdded &&
|
// this->messageWasAdded &&
|
||||||
app->settings->enableSmoothScrollingNewMessages.getValue());
|
app->settings->enableSmoothScrollingNewMessages.getValue());
|
||||||
}
|
}
|
||||||
this->messageWasAdded = false;
|
this->messageWasAdded = false;
|
||||||
|
|
Loading…
Reference in a new issue