mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
fixed messages not being layouted when scrolling
This commit is contained in:
parent
e1364f2bd2
commit
b58ad983d0
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue