Disable messages following when focusing on a message.

This commit is contained in:
Bartosz Taudul 2019-07-24 02:21:51 +02:00
parent d908e148ec
commit 9ad9045078

View File

@ -5782,6 +5782,7 @@ void View::DrawMessages()
{ {
ImGui::SetScrollHereY(); ImGui::SetScrollHereY();
m_msgToFocus = nullptr; m_msgToFocus = nullptr;
m_messagesScrollBottom = false;
} }
ImGui::PopID(); ImGui::PopID();
ImGui::NextColumn(); ImGui::NextColumn();