mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Clear scroll bar when switching channels in a ChannelView
This commit is contained in:
parent
e7f74aa8ca
commit
612c9c94dc
|
@ -397,7 +397,7 @@ void ChannelView::setChannel(ChannelPtr newChannel)
|
||||||
this->detachChannel();
|
this->detachChannel();
|
||||||
}
|
}
|
||||||
|
|
||||||
this->messages.clear();
|
this->clearMessages();
|
||||||
|
|
||||||
// on new message
|
// on new message
|
||||||
this->channelConnections_.push_back(
|
this->channelConnections_.push_back(
|
||||||
|
|
Loading…
Reference in a new issue