fixed channelview not scrolling down when emotes get loaded
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user