Display count of messages in threads.

This commit is contained in:
Bartosz Taudul 2019-02-22 20:55:46 +01:00
parent 2ee86ef126
commit 48b5b25a6a

View File

@ -5324,6 +5324,8 @@ void View::DrawMessages()
ImGui::PushID( idx++ );
ImGui::Checkbox( m_worker.GetThreadString( t->id ), &VisibleMsgThread( t->id ) );
ImGui::PopID();
ImGui::SameLine();
ImGui::TextDisabled( "(%s)", RealToString( t->messages.size(), true ) );
if( crash.thread == t->id )
{
ImGui::SameLine();