fixed messages not being layouted when scrolling

This commit is contained in:
fourtf 2017-08-05 22:26:37 +02:00
parent e1364f2bd2
commit b58ad983d0

View file

@ -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();
});
}