@@ -51,7 +51,6 @@ void GlobalLobbyWindow::doOpenChannel(const std::string & channelType, const std
currentChannelName = channelName;
chatHistory.clear();
unreadChannels.erase(channelType + "_" + channelName);
- widget->getGameChat()->setText("");
auto history = CSH->getGlobalLobby().getChannelHistory(channelType, channelName);
@@ -409,6 +409,7 @@ void CTextBox::setText(const std::string & text)
{
// slider is no longer needed
slider.reset();
+ label->scrollTextTo(0);
}
else if(slider)