From 02b73cfa27b3d1e306390ad3468eafcc0bb555fd Mon Sep 17 00:00:00 2001 From: fourtf Date: Fri, 5 Jan 2018 12:22:03 +0100 Subject: [PATCH] I accidently an assignment --- src/widgets/helper/channelview.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/widgets/helper/channelview.cpp b/src/widgets/helper/channelview.cpp index 12434f28..a1232bbd 100644 --- a/src/widgets/helper/channelview.cpp +++ b/src/widgets/helper/channelview.cpp @@ -204,6 +204,7 @@ void ChannelView::actuallyLayoutMessages() this->scrollBar.scrollToBottom( this->messageWasAdded && singletons::SettingManager::getInstance().enableSmoothScrollingNewMessages.getValue()); + this->messageWasAdded = false; } // MARK(timer);