diff --git a/src/widgets/chatwidgetview.cpp b/src/widgets/chatwidgetview.cpp index 6c82c5977..910f0a273 100644 --- a/src/widgets/chatwidgetview.cpp +++ b/src/widgets/chatwidgetview.cpp @@ -35,6 +35,8 @@ ChatWidgetView::ChatWidgetView(ChatWidget *_chatWidget) this->scrollBar.getCurrentValueChanged().connect([this] { // Whenever the scrollbar value has been changed, re-render the ChatWidgetView this->update(); + + this->layoutMessages(); }); }